Sun Mar 17 16:30:48 2002 Jonathan Blandford <jrb@redhat.com>
* capplets/keybindings/gnome-keybinding-properties.c
(create_dialog): fix typo.
I'm never able to import new code w/o screwing something up. Sigh...
* preferences.c: (bg_preferences_load),
(bg_preferences_merge_entry), (read_wptype_from_string),
(read_color_from_string), (bg_preferences_get_wptype_as_string):
* preferences.h:
Add an enum type for specifying that we don't know the type (i.e. the
key was not available, or set to something invalid). Currently it
was using -1, which barfs with some compilers that set enums
to be uint.
2002-03-15 Seth Nickell <snickell@stanford.edu>
* preferences.c: (bg_preferences_load),
(bg_preferences_merge_entry), (read_wptype_from_string),
(read_color_from_string), (bg_preferences_get_wptype_as_string):
* preferences.h:
Add an enum type for specifying that we don't know the type (i.e. the
key was not available, or set to something invalid). Currently it
was using -1, which barfs with some compilers that set enums
to be uint.
2002-03-14 Abel Cheung <maddog@linux.org.hk>
* gl.po, hu.po, it.po, ro.po: Remove obsolete entries that
are duplicates of existing entries (with identical msgid
and msgstr).
2002-03-13 jacob berkman <jacob@ximian.com>
* gnome-settings-daemon.c (_GnomeSettingsDaemonPrivate): add a
dummy field
(gnome_settings_daemon_register_callback): cast functions to
gpointers as forte does not like this (bug #74349)
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.