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:

committed by
Sven Neumann

parent
f1c78b1df0
commit
19f72e4471
@ -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>
|
2008-12-27 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/paint/gimppaintcore.c
|
* app/paint/gimppaintcore.c
|
||||||
|
@ -125,7 +125,7 @@ gimp_int_combo_box_init (GimpIntComboBox *combo_box)
|
|||||||
priv->pixbuf_renderer = cell = gtk_cell_renderer_pixbuf_new ();
|
priv->pixbuf_renderer = cell = gtk_cell_renderer_pixbuf_new ();
|
||||||
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, FALSE);
|
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, FALSE);
|
||||||
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), cell,
|
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,
|
"pixbuf", GIMP_INT_STORE_PIXBUF,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user