app/dialogs/preferences-dialog.c don't unref the file-chooser dialog.
2007-08-14 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c * plug-ins/common/lcms.c: don't unref the file-chooser dialog. svn path=/trunk/; revision=23254
This commit is contained in:
committed by
Sven Neumann
parent
f3675a45ad
commit
e825b7ccb1
@ -1023,7 +1023,6 @@ prefs_profile_combo_box_new (Gimp *gimp,
|
||||
|
||||
combo = gimp_color_profile_combo_box_new_with_model (dialog,
|
||||
GTK_TREE_MODEL (store));
|
||||
g_object_unref (dialog);
|
||||
|
||||
g_object_set_data (G_OBJECT (combo),
|
||||
"property-name", (gpointer) property_name);
|
||||
|
||||
Reference in New Issue
Block a user