aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/e-gtk-utils.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 7caed4607b..c8b24a8fe8 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-18 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-gtk-utils.c (e_gtk_button_new_with_icon): Remove debugging
+ message.
+
2003-04-14 Jeffrey Stedfast <fejj@ximian.com>
* e-sexp.c: Finished an #if 0'd out port to GObject from an #if
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);