diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2011-01-24 07:04:09 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2011-01-24 07:04:09 +0000 |
commit | c405270db9c1de428a99c5525ab7c3c7f203ea7b (patch) | |
tree | 00d9a1a9b399e4aaa1b0a0ac783b9552d463fe0d /src/plugin.c | |
parent | b1ce6e7edcbc5d79a4f2c526e4cf05b8230050af (diff) |
modified textview-menu-popup plug-in signal.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2821 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugin.c b/src/plugin.c index d9d67e1d..07f940ac 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -164,13 +164,14 @@ static void syl_plugin_class_init(SylPluginClass *klass) G_STRUCT_OFFSET(SylPluginClass, textview_menu_popup), NULL, NULL, - sylpheed_marshal_VOID__POINTER_POINTER_STRING_STRING, + sylpheed_marshal_VOID__POINTER_POINTER_STRING_STRING_POINTER, G_TYPE_NONE, - 4, + 5, G_TYPE_POINTER, G_TYPE_POINTER, G_TYPE_STRING, - G_TYPE_STRING); + G_TYPE_STRING, + G_TYPE_POINTER); } void syl_plugin_signal_connect(const gchar *name, GCallback callback, |