aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-13 07:16:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-13 07:16:46 +0000
commit87f1862fb0ce09d83b1f1ed3ca3715777521501a (patch)
tree1b189fe3ad6222e62885e530813efc74b9aa56bf
parentc5729a052d290a9020633a299f808285929f1d43 (diff)
compose_attach_property(): force focus for compsoe window (will fix #70).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3091 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog5
-rw-r--r--src/compose.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88121df6..9d774f5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-06-13
+ * src/compose.c: compose_attach_property(): force focus for compsoe
+ window (will fix #70).
+
+2012-06-13
+
* src/inc.c: included server name in the error dialog.
* src/progressdialog.c: adjusted the column width.
diff --git a/src/compose.c b/src/compose.c
index 3048e16b..e937cd03 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -6443,6 +6443,7 @@ static void compose_attach_property(Compose *compose)
compose_attach_property_create(&cancelled);
gtk_widget_grab_focus(attach_prop.ok_btn);
gtk_widget_show(attach_prop.window);
+ manage_window_focus_in(compose->window, NULL, NULL);
manage_window_set_transient(GTK_WINDOW(attach_prop.window));
optmenu = GTK_OPTION_MENU(attach_prop.encoding_optmenu);