aboutsummaryrefslogtreecommitdiff
path: root/src/plugin_manager.c
diff options
context:
space:
mode:
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