gimp r26343 - in branches/soc-2008-tagging: . app/widgets



Author: aurisj
Date: Wed Jul 30 21:21:14 2008
New Revision: 26343
URL: http://svn.gnome.org/viewvc/gimp?rev=26343&view=rev

Log:
2008-07-31  Aurimas JuÅka  <aurisj svn gnome org>

	* app/widgets/gimptagentry.c (gimp_tag_entry_assign_tags): don't unref
	tags since they are currently only referenced by tagged objects.



Modified:
   branches/soc-2008-tagging/ChangeLog
   branches/soc-2008-tagging/app/widgets/gimptagentry.c

Modified: branches/soc-2008-tagging/app/widgets/gimptagentry.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimptagentry.c	(original)
+++ branches/soc-2008-tagging/app/widgets/gimptagentry.c	Wed Jul 30 21:21:14 2008
@@ -389,7 +389,6 @@
       selected_iterator = g_list_next (selected_iterator);
     }
 
-  g_list_foreach (tag_list, (GFunc)g_object_unref, NULL);
   g_list_free (tag_list);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]