2005-08-21 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (gnome_wp_option_menu_set): If the value for
the "picture_options" key is set to "none", don't set the optin menu
for the scaling options to tiled
Fixes#313883
2005-08-17 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_init): Replace the changing
of some GtkDialog defaults through style properties with calls to
gtk_widget_ensure_style and gtk_container_set_border_width
Fixes#313680
2005-08-15 Veerapuram Varadhan <vvaradhan@novell.com>
* gnome-wp-capplet.c (gnome_wp_props_wp_set):
(gnome_wp_color[12]_changed, gnome_wp_options_changed):
(gnome_wp_shading_changed, wallpaper_properties_init):
Enable/disable the style-menu, shading-menu and color-picker
buttons w.r.t gconf-keys.
(gnome_wp_set_sensitivities): Utility function to take care of
enabling/disabling widgets w.r.t gconf-keys.
(gnome_wp_props_wp_set): Don't set the sensitivity of the remove and
style buttons here. Just call the new method to do it instead
2005-08-15 Olaf Heiring <olh@suse.de>
* gnome-about-me-password.c (read_everything): use integer to avoid
comparison being always true due to limited range.
2005-08-15 Diego Gonzalez <diego@pemas.net>
* gnome-about-me-password.c (update_password): use "wrapped" instead
of "one" to handler the case where the passwd command finds the
password wrapped. Use a long delay period.
Patch by Jaap Hatsima.
2005-08-14 Rodney Dawes <dobey@novell.com>
* theme-thumbnail.c (create_image): Get the Example icon that is
specified by the icon theme, if it exists, and then fall back through
a better list of icons to use. Gnome uses gnome-fs-directory currently
for folders, so we should prefer that over folder, but the icon naming
spec lists x-directory-normal for standard folders, so we should prefer
that above other folders
This fixes issues with the wrong icon being drawn in the thumbnail, due
to the icon theme providing the gnome folder icon, but inheriting from
another theme which provides a different icon named "folder" for KDE or
other desktops
2005-08-07 Diego Gonzalez <diego@pemas.net>
* gnome-about-me-password.c (update_password): fix the rest of bug
312092 which was caused when the old and new passwords were the
same.
2005-08-06 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_setup_dialog): handle protocol errors
from EDS.
This make the capplet not crash and fixes bug 312450, but the real
problem is on EDS, not here.
2005-08-06 Diego Gonzalez <diego@pemas.net>
* gnome-about-me-password.c (update_password): change signature and
handle error conditions from passwd.
(passdlg_process_response): adapt to changes in update_password
to show the error strings returned.
Fixes bug 312092.