aboutsummaryrefslogtreecommitdiff
path: root/src/plugin_manager.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-01-18 07:52:40 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-01-18 07:52:40 +0000
commit1c5e07140eac1ee51cb0b6bd0949ed3cb6b2e04b (patch)
treee4273659547e4c311115da99768b5cfcfb469f44 /src/plugin_manager.c
parent4211f707092f099744ff2f37207c611e0305b99d (diff)
added new plug-in signals for preferences dialogs (#30)
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3014 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/plugin_manager.c')
-rw-r--r--src/plugin_manager.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugin_manager.c b/src/plugin_manager.c
index 71f14bdc..793fa5b1 100644
--- a/src/plugin_manager.c
+++ b/src/plugin_manager.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -98,6 +98,8 @@ void plugin_manager_open(void)
gtk_widget_show(pm_window.window);
manage_window_focus_in(pm_window.window, NULL, NULL);
+
+ syl_plugin_signal_emit("plugin-manager-open", pm_window.window);
}
#ifdef USE_UPDATE_CHECK_PLUGIN