aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-06-17 01:42:14 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-06-17 01:42:14 +0000
commit0951fc45bce0c64e1124edb1bbd02e762b11463f (patch)
tree14eb9272b4ec05718171e76a9c7c9588397cfb06 /src/main.c
parenta59340f334c6baba99236e61ab0d50058629d1e0 (diff)
added plugin API.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2168 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 50e7cc0a..d012c90b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1023,6 +1023,7 @@ static void plugin_init(void)
syl_plugin_add_symbol("app_will_exit", app_will_exit);
syl_plugin_add_symbol("main_window_menu_factory",
mainwin->menu_factory);
+ syl_plugin_add_symbol("main_window_statusbar", mainwin->statusbar);
syl_plugin_add_symbol("folderview", mainwin->folderview);
syl_plugin_add_symbol("folderview_get_selected_item",