gimp r27839 - in trunk: . libgimpwidgets



Author: neo
Date: Sun Dec 28 00:08:20 2008
New Revision: 27839
URL: http://svn.gnome.org/viewvc/gimp?rev=27839&view=rev

Log:
2008-12-28  Sven Neumann  <sven gimp org>

	* libgimpwidgets/gimpintcombobox.c (gimp_int_combo_box_init): 
use
	the canonical spelling for the 'stock-id' property.



Modified:
   trunk/ChangeLog
   trunk/libgimpwidgets/gimpintcombobox.c

Modified: trunk/libgimpwidgets/gimpintcombobox.c
==============================================================================
--- trunk/libgimpwidgets/gimpintcombobox.c	(original)
+++ trunk/libgimpwidgets/gimpintcombobox.c	Sun Dec 28 00:08:20 2008
@@ -125,7 +125,7 @@
   priv->pixbuf_renderer = cell = gtk_cell_renderer_pixbuf_new ();
   gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, FALSE);
   gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), cell,
-                                  "stock_id", GIMP_INT_STORE_STOCK_ID,
+                                  "stock-id", GIMP_INT_STORE_STOCK_ID,
                                   "pixbuf",   GIMP_INT_STORE_PIXBUF,
                                   NULL);
 



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