2006-02-17  Rodrigo Moya <rodrigo@novell.com>

	Fixes #327021

	* main.c (setup_dialog): don't unref the GladeXML structure, it's
	needed in the callbacks.
This commit is contained in:
Rodrigo Moya 2006-02-17 10:49:04 +00:00 committed by Rodrigo Moya
parent 0c0c5a01a1
commit 4e42ae3292
2 changed files with 7 additions and 1 deletions

View file

@ -630,7 +630,6 @@ setup_dialog (void)
gtk_widget_show (widget);
g_object_unref (dialog);
g_object_unref (client);
}