[Commits] addr_compl.c 1.27.2.59 1.27.2.60

wwp at claws-mail.org wwp at claws-mail.org
Wed Jan 25 09:43:26 CET 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv16736/src

Modified Files:
      Tag: gtk2
	addr_compl.c 
Log Message:
2012-01-25 [wwp]	3.8.0cvs17

	* src/addr_compl.c
	Remove debug statement.

Index: addr_compl.c
===================================================================
RCS file: /home/claws-mail/claws/src/addr_compl.c,v
retrieving revision 1.27.2.59
retrieving revision 1.27.2.60
diff -u -d -r1.27.2.59 -r1.27.2.60
--- addr_compl.c	29 Oct 2011 13:54:28 -0000	1.27.2.59
+++ addr_compl.c	25 Jan 2012 08:43:23 -0000	1.27.2.60
@@ -849,7 +849,7 @@
 	gtk_widget_hide_all( cw->window );
 	gtk_widget_show_all( cw->window );
 	gtk_widget_size_request( cw->list_view, &r );
-printf("%d  + %d < %d\n", y, r.height, gdk_screen_height());
+
 	/* Adjust window height to available screen space */
 	if( y + r.height > gdk_screen_height())
 		r.height = gdk_screen_height() - y;



More information about the Commits mailing list