we don't need to unref the GConfPropertyEditors

2007-05-01  Jens Granseuer  <jensgr@gmx.net>

	* appearance-main.c: (main):
	* appearance-ui.c: (ui_init):
	* appearance-ui.h:
	* appearance.h: we don't need to unref the GConfPropertyEditors

svn path=/trunk/; revision=7531
This commit is contained in:
Jens Granseuer 2007-05-01 13:53:13 +00:00 committed by Jens Granseuer
parent e794639a0c
commit 0a17b8dc43
5 changed files with 7 additions and 18 deletions

View file

@ -97,7 +97,6 @@ main (int argc, char **argv)
gtk_main ();
/* free stuff */
ui_shutdown (data);
g_object_unref (data->client);
g_object_unref (data->xml);
g_free (data);