Eliminate compiler warnings
2001-12-20 Bradford Hovinen <hovinen@ximian.com> * background-properties-capplet.c: Eliminate compiler warnings
This commit is contained in:
parent
bc02837644
commit
7953e8085a
2 changed files with 1 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
(main): Use a GtkDialog rather than a GnomeDialog
|
(main): Use a GtkDialog rather than a GnomeDialog
|
||||||
(main): Don't put weak ref on gtk_main_quit
|
(main): Don't put weak ref on gtk_main_quit
|
||||||
(dialog_button_clicked_cb): Update
|
(dialog_button_clicked_cb): Update
|
||||||
|
Eliminate compiler warnings
|
||||||
|
|
||||||
* Makefile.am: Update
|
* Makefile.am: Update
|
||||||
|
|
||||||
|
|
|
@ -49,8 +49,6 @@ get_legacy_settings (void)
|
||||||
|
|
||||||
GConfClient *client;
|
GConfClient *client;
|
||||||
|
|
||||||
static const int wallpaper_types[] = { 0, 1, 3, 2 };
|
|
||||||
|
|
||||||
client = gconf_client_get_default ();
|
client = gconf_client_get_default ();
|
||||||
|
|
||||||
gconf_client_set_bool (client, "/desktop/gnome/background/enabled",
|
gconf_client_set_bool (client, "/desktop/gnome/background/enabled",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue