aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gtk-utils.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-04-19 00:54:39 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-04-19 00:54:39 +0800
commit3a26734567f7e76f76e31313744f504e8abbff15 (patch)
tree66e0b935c22ac55599613234f82f560c4fa9ce95 /e-util/e-gtk-utils.c
parent46b0e7c73d4347b7fcfd39231a74c6e88db0cad0 (diff)
downloadgsoc2013-evolution-3a26734567f7e76f76e31313744f504e8abbff15.tar
gsoc2013-evolution-3a26734567f7e76f76e31313744f504e8abbff15.tar.gz
gsoc2013-evolution-3a26734567f7e76f76e31313744f504e8abbff15.tar.bz2
gsoc2013-evolution-3a26734567f7e76f76e31313744f504e8abbff15.tar.lz
gsoc2013-evolution-3a26734567f7e76f76e31313744f504e8abbff15.tar.xz
gsoc2013-evolution-3a26734567f7e76f76e31313744f504e8abbff15.tar.zst
gsoc2013-evolution-3a26734567f7e76f76e31313744f504e8abbff15.zip
(e_gtk_button_new_with_icon): Remove debugging
message. svn path=/trunk/; revision=20886
Diffstat (limited to 'e-util/e-gtk-utils.c')
-rw-r--r--e-util/e-gtk-utils.c2
1 files changed, 0 insertions, 2 deletions
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);