removed debugging output.
2004-05-24 Sven Neumann <sven@gimp.org> * app/display/gimpscalecombobox.c (gimp_scale_combo_box_mru_remove_last): removed debugging output.
This commit is contained in:

committed by
Sven Neumann

parent
51928a4a59
commit
84db7b133b
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-24 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/display/gimpscalecombobox.c
|
||||||
|
(gimp_scale_combo_box_mru_remove_last): removed debugging output.
|
||||||
|
|
||||||
2004-05-24 Sven Neumann <sven@gimp.org>
|
2004-05-24 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/core/gimptoolinfo.[ch]: derive GimpToolInfo from
|
* app/core/gimptoolinfo.[ch]: derive GimpToolInfo from
|
||||||
|
@ -212,7 +212,6 @@ gimp_scale_combo_box_mru_remove_last (GimpScaleComboBox *combo_box)
|
|||||||
gtk_tree_model_get (model, &iter,
|
gtk_tree_model_get (model, &iter,
|
||||||
LABEL, &label,
|
LABEL, &label,
|
||||||
-1);
|
-1);
|
||||||
g_printerr ("removing %s\n", label);
|
|
||||||
|
|
||||||
gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
|
gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
|
||||||
gtk_tree_row_reference_free (last->data);
|
gtk_tree_row_reference_free (last->data);
|
||||||
|
Reference in New Issue
Block a user