[Commits] addr_compl.c 1.27.2.53.2.2 1.27.2.53.2.3

miras at claws-mail.org miras at claws-mail.org
Wed Jan 25 21:47:05 CET 2012


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

Modified Files:
      Tag: new-contacts
	addr_compl.c 
Log Message:
2012-01-25 [mir]	3.7.10cvs16.21-new-contacts

	* src/addr_compl.c
	    Applied patch 3.8.0cvs17 from HEAD.

Index: addr_compl.c
===================================================================
RCS file: /home/claws-mail/claws/src/addr_compl.c,v
retrieving revision 1.27.2.53.2.2
retrieving revision 1.27.2.53.2.3
diff -u -d -r1.27.2.53.2.2 -r1.27.2.53.2.3
--- addr_compl.c	29 Nov 2011 00:15:19 -0000	1.27.2.53.2.2
+++ addr_compl.c	25 Jan 2012 20:47:03 -0000	1.27.2.53.2.3
@@ -866,7 +866,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