2002-05-11 Seth Nickell <snickell@stanford.edu>
* configure.in:
Create the windows preference page makefile, and add gnome-desktop
to the generic module flags.
2002-05-10 Seth Nickell <snickell@stanford.edu>
* gnome-window-properties.c: (set_wm_change_pending),
(state_changed), (create_dialog):
* gnome-window-properties.glade:
Make the glade file look a little bit better, hide the property widgets when
there is a window manager change pending.
2002-05-10 Anders Carlsson <andersca@gnu.org>
* theme-properties.glade:
Remove ellipsis after "Go to theme folder".
* theme-switcher.c: (show_manage_themes):
Create the .themes directory if it doesn't exist.
2002-05-10 Anders Carlsson <andersca@gnu.org>
* gnome-mouse-properties.c: (get_default_mouse_info),
(motion_acceleration_from_gconf), (threshold_from_gconf):
If the threshold or acceleration value is -1, just set the slider
to the default X value.
2002-05-10 jacob berkman <jacob@ximian.com>
* mime-type-info.c (mime_category_info_get_full_description):
(mime_category_info_get_full_name): work around a gcc 2.96 bug
(fixes#77121)
Wed May 8 17:54:57 2002 Jonathan Blandford <jrb@redhat.com>
* capplets/network/gnome-network-preferences.c: update schema keys
to reflect the installed file.
2002-05-02 Dennis Cranston <dennis_cranston@yahoo.com>
* background-properties.glade: add a stock information image
to the "You can drag image files..." text.
2002-05-08 Jody Goldberg <jody@gnome.org>
* background-properties-capplet.c (cb_dialog_response) : new.
(main) : support help.
2002-05-08 Jody Goldberg <jody@gnome.org>
* sound-properties-capplet.c (dialog_button_clicked_cb) : fix help path
2002-05-07 Jody Goldberg <jody@gnome.org>
* sound-properties-capplet.c (main) : add help.
(dialog_button_clicked_cb) : support help and support WM based exit.
2002-05-08 Jody Goldberg <jody@gnome.org>
* file-types-capplet.c (cb_file_type_dialog_response) : fix path to
help.
http://bugzilla.gnome.org/show_bug.cgi?id=81030
* service-info.c (fill_service_apps) : we don't own the app, don't
free it.
Mon May 6 17:40:17 2002 Jonathan Blandford <jrb@redhat.com>
* theme-switcher.c: remove print statements
* theme-properties.glade: Fix up UI. Not perfect, but better.
I WILL COMPILE BEFORE COMMITTING
I WILL COMPILE BEFORE COMMITTING
I WILL COMPILE BEFORE COMMITTING
2002-05-06 Anders Carlsson <andersca@gnu.org>
* schemas/Makefile.am: Doh! Remove the file from automake.
2002-05-06 Anders Carlsson <andersca@gnu.org>
* gnome-ui-properties.c: (create_dialog):
Fix the support for both_horiz as the toolbar style.
* gnome-ui-properties.glade:
Re-add all option menu items; Somehow they got lost.
2002-05-06 Anders Carlsson <andersca@gnu.org>
* schemas/apps_gnome_keybinding_properties.schemas:
We now hard-code the key list, so this isn't neede anymore.
2002-05-06 Anders Carlsson <andersca@gnu.org>
* gnome-keybinding-properties.c (get_wm_name): It's true that
g_utf8_validate doesn't like '\000' in strings, but that should
be fixed in the programs that set the hints. (Eg Metacity).
Sun May 5 22:15:18 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-keybinding-properties.c (get_wm_name): g_utf8_validate
doesn't like the '\000' in strings.
2002-04-30 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=80327
* service-edit-dialog.c (program_changed_cb) : Doh! If the current
tree selection is not a service then the app can be null.