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



Author: aurisj
Date: Sat Aug  9 14:06:21 2008
New Revision: 26463
URL: http://svn.gnome.org/viewvc/gimp?rev=26463&view=rev

Log:
2008-08-09  Aurimas JuÅka  <aurisj svn gnome org>

	* app/widgets/gimptagentry.c (gimp_tag_entry_add_to_recent):
	disable add to recently used tag list when working in tag assignment
	mode.



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	Sat Aug  9 14:06:21 2008
@@ -1478,6 +1478,11 @@
   gchar        *stripped_string;
   gint          stripped_length;
 
+  if (tag_entry->mode == GIMP_TAG_ENTRY_MODE_ASSIGN)
+    {
+      return FALSE;
+    }
+
   stripped_string = g_strdup (tags_string);
   stripped_string = g_strstrip (stripped_string);
   stripped_length = strlen (stripped_string);



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