Fix the background list not being saved when closing the capplet window.
* appearance-desktop.c: (desktop_init): Fix the background list not being saved when closing the capplet window. svn path=/trunk/; revision=7594
This commit is contained in:
parent
3a908d7a99
commit
8e26b48607
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-11 Denis Washington <denisw@svn.nome.org>
|
||||
|
||||
* appearance-desktop.c: (desktop_init):
|
||||
Fix the background list not being saved when closing the capplet window.
|
||||
|
||||
2007-05-10 Denis Washington <denisw@svn.nome.org>
|
||||
|
||||
* appearance.h:
|
||||
|
|
|
@ -933,7 +933,7 @@ desktop_init (AppearanceData *data)
|
|||
G_TYPE_STRING,
|
||||
G_TYPE_STRING));
|
||||
|
||||
g_signal_connect_after (G_OBJECT (glade_xml_get_widget (data->xml, "appearance_window")), "delete-event",
|
||||
g_signal_connect_after (G_OBJECT (glade_xml_get_widget (data->xml, "appearance_window")), "response",
|
||||
G_CALLBACK (wp_tree_delete_event), data);
|
||||
|
||||
data->wp_view = GTK_ICON_VIEW (glade_xml_get_widget (data->xml, "wp_view"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue