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:
Sven Neumann
2007-08-14 16:10:08 +00:00
committed by Sven Neumann
parent f3675a45ad
commit e825b7ccb1
3 changed files with 5 additions and 2 deletions

View File

@ -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);