aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-07 02:55:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-07 02:55:54 +0000
commit37a03f3697be9c2bc60075b720752e9d7262f4d7 (patch)
tree08a3b66015258d31340f2253e3718bbcc1ff971e /ChangeLog
parent5ca84084b83913f6a1f2459c684a3db1255072ed (diff)
fixed a problem that the UI was still insensitive after execution of external editor failed.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@983 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a596cef3..f14b56db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-02-07
+ * src/compose.c: compose_exec_ext_editor(): fixed a problem that the
+ UI was still insensitive after execution of external editor failed
+ (thanks to M.Suzuki).
+
+2006-02-07
+
* src/tryaicon.c: trayicon_button_pressed(): use gtk_widget_iconify()
instead of gtk_widget_hide() (fixes some problems).