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



Author: aurisj
Date: Mon Jul 21 18:24:45 2008
New Revision: 26257
URL: http://svn.gnome.org/viewvc/gimp?rev=26257&view=rev

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

	* app/widgets/gimpcombotagentry.c
	(gimp_combo_tag_entry_popup_list): focus tag entry when tag popup is
	dropped down to give user better feedback and get rid of description
	text.



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	Mon Jul 21 18:24:45 2008
@@ -468,6 +468,7 @@
                     popup_data);
 
   gtk_grab_add (popup);
+  gtk_widget_grab_focus (combo_entry->tag_entry);
   grab_status = gdk_pointer_grab (popup->window, TRUE,
                                   GDK_BUTTON_PRESS_MASK, NULL, NULL,
                                   GDK_CURRENT_TIME);



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