Re: [evolution-patches] 41043, accelerators in send/receive dialogue



On Mon, 2003-04-14 at 02:54, Not Zed wrote:
> +		printf("new stock button '%s' label '%s'\n", stock, text);

Please don't add new debugging messages.  :-)

Attached patch fixes that.

-- Ettore
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/e-util/ChangeLog,v
retrieving revision 1.378
diff -u -p -r1.378 ChangeLog
--- ChangeLog	15 Apr 2003 01:08:52 -0000	1.378
+++ ChangeLog	15 Apr 2003 18:38:57 -0000
@@ -1,3 +1,8 @@
+2003-04-15  Ettore Perazzoli  <ettore ximian com>
+
+	* e-gtk-utils.c (e_gtk_button_new_with_icon): Remove debugging
+	message.
+
 2003-04-14  Not Zed  <NotZed Ximian com>
 
 	* e-gtk-utils.c (e_gtk_button_new_with_icon): Utility function to
Index: e-gtk-utils.c
===================================================================
RCS file: /cvs/gnome/evolution/e-util/e-gtk-utils.c,v
retrieving revision 1.12
diff -u -p -r1.12 e-gtk-utils.c
--- e-gtk-utils.c	15 Apr 2003 01:08:52 -0000	1.12
+++ e-gtk-utils.c	15 Apr 2003 18:38:57 -0000
@@ -198,8 +198,6 @@ e_gtk_button_new_with_icon(const char *t
 	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);

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]