diff --git a/ChangeLog b/ChangeLog index 770baecae9..074fa82c15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-28 Sven Neumann + + * libgimpwidgets/gimpintcombobox.c (gimp_int_combo_box_init): use + the canonical spelling for the 'stock-id' property. + 2008-12-27 Sven Neumann * app/paint/gimppaintcore.c diff --git a/libgimpwidgets/gimpintcombobox.c b/libgimpwidgets/gimpintcombobox.c index b6e5aab55c..5843606886 100644 --- a/libgimpwidgets/gimpintcombobox.c +++ b/libgimpwidgets/gimpintcombobox.c @@ -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);