aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.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/prefs_common_dialog.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/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 965321b2..6ddb6fb8 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -56,6 +56,7 @@
#include "alertpanel.h"
#include "folder.h"
#include "socket.h"
+#include "plugin.h"
static PrefsDialog dialog;
@@ -742,6 +743,8 @@ void prefs_common_open(void)
prefs_common_colorlabel_set_dialog();
gtk_widget_show(dialog.window);
+
+ syl_plugin_signal_emit("prefs-common-open", dialog.window);
}
static void prefs_common_create(void)