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



Author: aurisj
Date: Fri Aug  8 21:15:09 2008
New Revision: 26455
URL: http://svn.gnome.org/viewvc/gimp?rev=26455&view=rev

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

	* app/widgets/gimpcombotagentry.c (gimp_combo_tag_entry_event):
	when arrow is clicked indicate that event is handled.



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

Modified: branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c	(original)
+++ branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c	Fri Aug  8 21:15:09 2008
@@ -252,6 +252,8 @@
             {
               gtk_widget_destroy (combo_entry->popup);
             }
+
+          return TRUE;
         }
     }
 



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