Sebastien Bacher
581c37e2bb
Cleanup of gconf and a few other things, patch from Kjartan Maraas
...
2005-05-22 Sebastien Bacher <seb128@debian.org>
* ChangeLog capplets/about-me/e-image-chooser.c
capplets/accessibility/at-properties/at-startup-session.h
capplets/accessibility/keyboard/accessibility-keyboard.c
capplets/background/gnome-wp-info.c
capplets/common/gconf-property-editor.c
capplets/common/gnome-theme-apply.c
capplets/default-applications/gnome-default-applications-properties.c
capplets/keybindings/gnome-keybinding-properties.c
capplets/keyboard/gnome-keyboard-properties.c
capplets/mouse/gnome-mouse-properties.c
capplets/network/gnome-network-preferences.c
capplets/sound/sound-properties-capplet.c
capplets/theme-switcher/gnome-theme-details.c
capplets/theme-switcher/gnome-theme-manager.c
capplets/ui-properties/gnome-ui-properties.c
capplets/windows/gnome-window-properties.c
gnome-settings-daemon/factory.c
gnome-settings-daemon/gnome-settings-accessibility-keyboard.c
gnome-settings-daemon/gnome-settings-background.c
gnome-settings-daemon/gnome-settings-daemon.c
gnome-settings-daemon/gnome-settings-daemon.h
gnome-settings-daemon/gnome-settings-font.c
gnome-settings-daemon/gnome-settings-keybindings.c
gnome-settings-daemon/gnome-settings-keybindings.h
gnome-settings-daemon/gnome-settings-keyboard-xkb.c
gnome-settings-daemon/gnome-settings-keyboard.c
gnome-settings-daemon/gnome-settings-locate-pointer.h
gnome-settings-daemon/gnome-settings-mouse.c
gnome-settings-daemon/gnome-settings-multimedia-keys.c
gnome-settings-daemon/gnome-settings-screensaver.c
gnome-settings-daemon/gnome-settings-sound.c
gnome-settings-daemon/gnome-settings-xmodmap.c
gnome-settings-daemon/gnome-settings-xrdb.c
gnome-settings-daemon/gnome-settings-xsettings.c
libbackground/applier.c libbackground/applier.h
libbackground/preferences.c libsounds/sound-properties.c
libsounds/sound-view.h libwindow-settings/gnome-wm-manager.c
libwindow-settings/metacity-window-manager.c
typing-break/drw-break-window.c typing-break/drw-utils.h
typing-break/drwright.c vfs-methods/fontilus/font-view.c
vfs-methods/themus/themus-theme-applier.c:
Cleanup of gconf and a few other things,
patch from Kjartan Maraas <kmaraas@gnome.org> (Closes : #301945 ).
2005-05-22 15:46:45 +00:00
Kjartan Maraas
ea68d7a0c9
NULL vs. 0. Fix a test to use the boolean instead of the return value from
...
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* factory.c: (main): NULL vs. 0.
* gnome-settings-default-editor.c: (vfs_change_cb): Fix a test to
use the boolean instead of the return value from a void function.
This has been sitting in bugzilla forever and now other people start
adding comments to the code about it so I'm just going to commit.
* gnome-settings-keybindings.c: (binding_register_keys): ANSIfication.
2004-12-25 14:32:12 +00:00
Jody Goldberg
9a9008178d
merge and update patch from
...
http://bugzilla.gnome.org/show_bug.cgi?id=134895
2004-03-31 21:30:23 +00:00
Mark McLoughlin
eb18bfe0f2
don't connect to the session manager.
...
2002-10-20 Mark McLoughlin <mark@skynet.ie>
* factory.c: (main): don't connect to the session manager.
2002-10-19 22:45:38 +00:00
jacob berkman
513acbdcc0
quit when we get the die signal from the SM
...
2002-05-22 jacob berkman <jacob@ximian.com>
* factory.c (main): quit when we get the die signal from the SM
2002-05-22 18:57:11 +00:00
Kjartan Maraas
7e5b5a29d7
Add calls to bindtext* for i18n. Add -DGNOMELOCALEDIR="\".....\"" Mark
...
2002-04-30 Kjartan Maraas <kmaraas@gnome.org>
* factory.c: Add calls to bindtext* for i18n.
* Makefile.am: Add -DGNOMELOCALEDIR="\".....\""
* gnome-settings-font.c: Mark strings and add #includes.
* gnome-settings-screensaver.c: Same
* gnome-settings-sound.c: Same.
* gnome-settings-xsettings.c: Same.
* gnome-settings-wm.c: Fix a warning.
2002-04-30 09:45:05 +00:00
Jonathan Blandford
f1d6eefaa1
Patch from Akira Tagoh <tagoh@gnome-db.org> to change the restart command
...
Tue Apr 16 17:09:02 2002 Jonathan Blandford <jrb@redhat.com>
* factory.c (main): Patch from Akira Tagoh <tagoh@gnome-db.org> to
change the restart command from gnome2-settings-daemon to
gnome-settings-daemon.
2002-04-16 21:10:20 +00:00
jacob berkman
fc7c0a3f27
tell the SM to restart us only after we know we're unique with
...
2002-03-25 jacob berkman <jacob@ximian.com>
* factory.c (main): tell the SM to restart us only after we know
we're unique with bonobo-activation
2002-03-25 20:30:33 +00:00
Kjartan Maraas
44fd04b29b
Move include <config.h> to the top.
...
2002-03-17 Kjartan Maraas <kmaraas@gnome.org>
* factory.c: Move include <config.h> to the top.
2002-03-17 21:20:04 +00:00
Seth Nickell
3831d63e77
Make the settings daemon a singleton BonoboObject so capplets can detect
...
2002-03-10 Seth Nickell <snickell@stanford.edu>
Make the settings daemon a singleton BonoboObject so capplets
can detect whether its running and activate it if its not.
* Makefile.am:
* factory.c: (main):
* gnome-settings-daemon.c: (awake_impl), (finalize),
(gnome_settings_daemon_class_init), (gnome_settings_daemon_init),
(gnome_settings_daemon_new):
* gnome-settings-daemon.h:
Convert the settings-daemon into a BonoboObject and add code to
register it with bonobo-activation. Still has a main loop that can
be run normally to launch the settings daemon.
2002-03-11 01:44:03 +00:00