aboutsummaryrefslogtreecommitdiff
path: root/src/manage_window.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-06-10 08:11:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-06-10 08:11:08 +0000
commitca06cd994b09cbb500b35af30c8bd75dc3e0e5b7 (patch)
tree3474db42cb4b1c42007cfb84ec24ca8331b50dba /src/manage_window.c
parent81f0f7394f9c47a30314f2884be6d4bdae302673 (diff)
merged plugin-test branch into trunk.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2164 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/manage_window.c')
-rw-r--r--src/manage_window.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/manage_window.c b/src/manage_window.c
index fe9f2b86..b21a3b22 100644
--- a/src/manage_window.c
+++ b/src/manage_window.c
@@ -92,6 +92,11 @@ void manage_window_set_transient(GtkWindow *window)
}
}
+void manage_window_signals_connect(GtkWindow *window)
+{
+ MANAGE_WINDOW_SIGNALS_CONNECT(window);
+}
+
GtkWidget *manage_window_get_focus_window(void)
{
return focus_window;