[Commits] perl_plugin.c 1.19.2.34 1.19.2.35

holger at claws-mail.org holger at claws-mail.org
Thu Aug 9 22:57:47 CEST 2012


Update of /home/claws-mail/plugins/perl/src
In directory srv:/tmp/cvs-serv23837/src

Modified Files:
      Tag: gtk2
	perl_plugin.c 
Log Message:
2012-08-09 [holger]	0.9.19cvs1

	* src/perl_plugin.c
		Fix function call. Potential crasher. 

Index: perl_plugin.c
===================================================================
RCS file: /home/claws-mail/plugins/perl/src/perl_plugin.c,v
retrieving revision 1.19.2.34
retrieving revision 1.19.2.35
diff -u -d -r1.19.2.34 -r1.19.2.35
--- perl_plugin.c	4 Sep 2011 14:09:00 -0000	1.19.2.34
+++ perl_plugin.c	9 Aug 2012 20:57:45 -0000	1.19.2.35
@@ -36,6 +36,7 @@
 #include "compose.h"
 #include "addrindex.h"
 #include "addritem.h"
+#include "addr_compl.h"
 #include "statusbar.h"
 #include "alertpanel.h"
 #include "hooks.h"
@@ -288,7 +289,7 @@
    * added by other plugins). */
   if(bookname == NULL) {
     gboolean found;
-    start_address_completion();
+    start_address_completion(NULL);
     found = (complete_matches_found(addr) > 0);
     end_address_completion();
     return found;



More information about the Commits mailing list