[Commits] extension.h 1.2 1.3

miras at claws-mail.org miras at claws-mail.org
Sat Dec 31 15:32:24 CET 2011


Update of /home/claws-mail/contacts/src
In directory claws-mail:/tmp/cvs-serv17716/src

Modified Files:
	extension.h 
Log Message:
2011-12-31 [mir]	0.6.0cvs63

	* extensions/example/src/example-extension.c
	* extensions/export/ldifexport_extension.c
	* extensions/export/wizard.c
	* extensions/export/wizard.h
	* extensions/import/ldifimport_extension.c
	* src/extension.h
	    Necessary changes to be able to support more
	    possibilities for making extensions.

Index: extension.h
===================================================================
RCS file: /home/claws-mail/contacts/src/extension.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extension.h	9 Dec 2011 23:01:21 -0000	1.2
+++ extension.h	31 Dec 2011 14:32:22 -0000	1.3
@@ -89,11 +89,11 @@
 } ContactsMenu;
 
 typedef struct {
-	ContactsMenu	menu;
-	gboolean		submenu;
-	const gchar*	parent;
-	const gchar*	sublabel;
-/*	GtkWidget*		root;*/
+	ContactsMenu		menu;
+	gboolean			submenu;
+	const gchar*		parent;
+	const gchar*		sublabel;
+	const MainWindow*	mainwindow;
 } MenuItem;
 
 typedef void (*HOOKFUNC) (const MainWindow* mainwindow, gpointer object);



More information about the Commits mailing list