2009-12-20 [holger] 3.7.3cvs44
authorHolger Berndt <hb@claws-mail.org>
Sun, 20 Dec 2009 14:11:06 +0000 (14:11 +0000)
committerHolger Berndt <hb@claws-mail.org>
Sun, 20 Dec 2009 14:11:06 +0000 (14:11 +0000)
* src/prefs_toolbar.h
Fix last commit

ChangeLog
PATCHSETS
configure.ac
src/prefs_toolbar.h

index 7867ba795772986a64f7707b0831f019172fc37d..c87bac8091f84084fb4d4303f9ff7afd38ec9350 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-20 [holger]    3.7.3cvs44
+
+       * src/prefs_toolbar.h
+               Fix last commit
+
 2009-12-20 [holger]    3.7.3cvs43
 
        * src/prefs_toolbar.c
index 0b58773c257ed31368f3f9204450f2ec35ce70fc..592a2229030dc185814673e135380719c6ef308c 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.30.2.58 -r 1.30.2.59 src/prefs_toolbar.c;  cvs diff -u -r 1.5.2.7 -r 1.5.2.8 src/prefs_toolbar.h;  cvs diff -u -r 1.43.2.111 -r 1.43.2.112 src/toolbar.c;  ) > 3.7.3cvs41.patchset
 ( cvs diff -u -r 1.382.2.537 -r 1.382.2.538 src/compose.c;  cvs diff -u -r 1.50.2.57 -r 1.50.2.58 src/compose.h;  ) > 3.7.3cvs42.patchset
 ( cvs diff -u -r 1.30.2.59 -r 1.30.2.60 src/prefs_toolbar.c;  cvs diff -u -r 1.5.2.8 -r 1.5.2.9 src/prefs_toolbar.h;  cvs diff -u -r 1.43.2.112 -r 1.43.2.113 src/toolbar.c;  ) > 3.7.3cvs43.patchset
+( cvs diff -u -r 1.5.2.9 -r 1.5.2.10 src/prefs_toolbar.h;  ) > 3.7.3cvs44.patchset
index 4ea041fe861ee65938e86101d32275ae208d025c..f1e307f85b8d18857d589103a76c26f7258559bd 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=43
+EXTRA_VERSION=44
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 1b0f0b64a5ce50d7c0cb8d8268d3a259e4ce6201..c3942b56ba40e58383649ea864eb37c83c9b1346 100644 (file)
@@ -28,6 +28,6 @@ typedef void (*ToolbarPluginCallback)(gpointer parent, const gchar *item_name, g
 
 void prefs_toolbar_register_plugin_item(ToolbarType toolbar_type, const gchar *plugin_name, const gchar *item_name, ToolbarPluginCallback cb, gpointer cb_data);
 void prefs_toolbar_unregister_plugin_item(ToolbarType toolbar_type, const gchar *plugin_name, const gchar *item_name);
-void prefs_toolbar_execute_plugin_item(ToolbarType toolbar_type, const gchar *id);
+void prefs_toolbar_execute_plugin_item(gpointer parent, ToolbarType toolbar_type, const gchar *id);
 
 #endif /* __PREFS_CUSTOM_TOOLBAR_H__ */