2002-03-11 Richard Hestilow <hestilow@ximian.com>
* gnome-mouse-properties.c (drawing_area_button_press_event):
Check for changeset != NULL before looking in changeset.
2002-03-11 Richard Hestilow <hestilow@ximian.com>
* POTFILES.in: Remove shell .glade, add .xml.
Sorry for the minor string break but the menu is needed
for accessibility.
2002-03-11 Richard Hestilow <hestilow@ximian.com>
* capplet-dir-view.c: Remove barely-used libglade stuff, replace
with BonoboWindow. Add a menu with "close" since this is needed
for accessibility.
* gnomecc-ui.xml: Added.
* Makefile.am: Remove preferences.[ch] from the build. Remove
libglade stuff. Install gnomecc-ui.xml.
* capplet-dir-view-list.c: Remove any "//" comments.
2002-03-10 Seth Nickell <snickell@stanford.edu>
* main.c: (main):
* sound-properties-capplet.c: (main):
Activate the settings daemon if its not already running.
2002-03-10 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* activate-settings-daemon.c: (popup_error_message),
(activate_settings_daemon):
* activate-settings-daemon.h:
Add new client interface for activating the settings daemon
if its not already running.
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-09 Richard Hestilow <hestilow@ximian.com>
* background-properties-capplet.c (setup_dialog): Hook up
the previewing file selector to the FileEntry.
2002-03-09 Richard Hestilow <hestilow@ximian.com>
* gtk-theme-selector.glade, main.c: Remove preview option
and button, this makes no sense with instant apply.
(select_cb): Just call apply_cb.
2002-03-08 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
Don't install cd properties capplet .desktop file. It should
be picked up by the vfolder legacy support if installed on
the system, and otherwise we shouldn't display it anyway
since the person doesn't have the capplet.
2002-03-06 Richard Hestilow <hestilow@ximian.com>
* sound-properties-capplet.c (main): Remove textdomain stuff.
I'm not 100% certain this is correct, but none of the other capplets
have it.
2002-03-06 Miles Lane <miles@megapathdsl.net>
* gnome-settings-daemon.c -- Correct the gnome_program_init()
call to specify the correct program name. Specify the
restart command, so that the session manager knows how
to restart the daemon if it is killed for any reason.