fix and move the code into capplet_set_icon.

2002-06-27  Jody Goldberg <jody@gnome.org>

	* gnome-keybinding-properties.c (setup_dialog) : fix and move the code
	  into capplet_set_icon.

2002-06-27  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=86593
	* main.c (setup_dialog) : watch for missing icons

2002-06-27  Jody Goldberg <jody@gnome.org>

	* capplet-util.c (capplet_set_icon) : new util.
This commit is contained in:
Jody Goldberg 2002-06-27 18:30:15 +00:00 committed by Jody Goldberg
parent 5719b6cda4
commit 1eeebe40c9
7 changed files with 43 additions and 16 deletions

View file

@ -92,5 +92,6 @@ void capplet_init (int argc,
void capplet_error_dialog (GtkWindow *parent, char const *msg, GError *err);
void capplet_help (GtkWindow *parent, char const *helpfile, char const *section);
void capplet_set_icon (GtkWidget *window, char const *icon_file_name);
#endif /* __CAPPLET_UTIL_H */