use the canonical spelling for the 'stock-id' property.

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.


svn path=/trunk/; revision=27839
This commit is contained in:
Sven Neumann
2008-12-28 00:08:20 +00:00
committed by Sven Neumann
parent f1c78b1df0
commit 19f72e4471
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.
2008-12-27 Sven Neumann <sven@gimp.org>
* app/paint/gimppaintcore.c

View File

@ -125,7 +125,7 @@ gimp_int_combo_box_init (GimpIntComboBox *combo_box)
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);