(e_gtk_button_new_with_icon): Remove debugging

message.

svn path=/trunk/; revision=20886
This commit is contained in:
Ettore Perazzoli
2003-04-18 16:54:39 +00:00
parent 46b0e7c73d
commit 3a26734567
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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);