From 3a26734567f7e76f76e31313744f504e8abbff15 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 18 Apr 2003 16:54:39 +0000 Subject: (e_gtk_button_new_with_icon): Remove debugging message. svn path=/trunk/; revision=20886 --- e-util/e-gtk-utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'e-util/e-gtk-utils.c') diff --git a/e-util/e-gtk-utils.c b/e-util/e-gtk-utils.c index 345f092e8d..99df6fe923 100644 --- a/e-util/e-gtk-utils.c +++ b/e-util/e-gtk-utils.c @@ -198,8 +198,6 @@ e_gtk_button_new_with_icon(const char *text, const char *stock) if (gtk_stock_lookup(stock, &item)) { GtkWidget *image, *hbox, *align; - printf("new stock button '%s' label '%s'\n", stock, text); - image = gtk_image_new_from_stock(stock, GTK_ICON_SIZE_BUTTON); hbox = gtk_hbox_new(FALSE, 2); align = gtk_alignment_new(0.5, 0.5, 0.0, 0.0); -- cgit v1.2.3