CVS: sylpheedclaws/sylpheed-claws/src/gtk menu.h,1.4.2.8,1.4.2.9

[email protected] Tue, 12 Dec 2006 21:51:44 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk
In directory sunsite.dk:/tmp/cvs-serv13620/src/gtk

Modified Files:
      Tag: gtk2
	menu.h 
Log Message:
2006-12-12 [colin]	2.6.1cvs22

	* src/gtk/menu.h
		Add another menu data type
	* src/prefs_account.c
		Complete the completion of bug 1076
		(doesn't lose the pref on apply)

Index: menu.h
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk/menu.h,v
retrieving revision 1.4.2.8
retrieving revision 1.4.2.9
diff -u -d -r1.4.2.8 -r1.4.2.9
--- menu.h	2006/01/13 17:24:21	1.4.2.8
+++ menu.h	2006/12/12 21:51:38	1.4.2.9
@@ -27,7 +27,8 @@
 #include <gtk/gtkmenushell.h>
 #include <gtk/gtkoptionmenu.h>
 
-#define MENU_VAL_ID "Sylpheed::Menu::ValueID"
+#define MENU_VAL_ID "Claws::Menu::ValueID"
+#define MENU_VAL_DATA "Claws::Menu::ValueDATA"
 
 #define MENUITEM_ADD(menu, menuitem, label, data) 		 \
 { 								 \