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



Author: aurisj
Date: Wed Aug  6 20:25:02 2008
New Revision: 26407
URL: http://svn.gnome.org/viewvc/gimp?rev=26407&view=rev

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

	* app/widgets/gimptagpopup.c (gimp_tag_popup_new): upper scroll arrow
	is initialy insensitive as it is at the minimum scroll position.



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

Modified: branches/soc-2008-tagging/app/widgets/gimptagpopup.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimptagpopup.c	(original)
+++ branches/soc-2008-tagging/app/widgets/gimptagpopup.c	Wed Aug  6 20:25:02 2008
@@ -301,6 +301,7 @@
         }
 
       popup->arrows_visible = TRUE;
+      popup->upper_arrow_state = GTK_STATE_INSENSITIVE;
       gtk_alignment_set_padding (GTK_ALIGNMENT (alignment),
                                  popup->scroll_arrow_height + 2,
                                  popup->scroll_arrow_height + 2, 2, 2);



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