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



Author: aurisj
Date: Wed Aug 13 21:37:54 2008
New Revision: 26542
URL: http://svn.gnome.org/viewvc/gimp?rev=26542&view=rev

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

	* app/widgets/gimptagentry.c (gimp_tag_entry_select_jellybean): made
	jellybean selection with mouse work again.



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 Aug 13 21:37:54 2008
@@ -1584,7 +1584,7 @@
           gtk_editable_select_region (GTK_EDITABLE (tag_entry),
                                       selection_end, selection_start);
         }
-      else if (search_dir == TAG_SEARCH_RIGHT)
+      else
         {
           gtk_editable_select_region (GTK_EDITABLE (tag_entry),
                                       selection_start, selection_end);



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