aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-07 08:37:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-07 08:37:45 +0000
commit52d975fe1a17757787567a7f215dcaad6c4cda2d (patch)
tree64bfde3acf80af29ec8d7711d6c1b36d5270d669 /ChangeLog
parent37a03f3697be9c2bc60075b720752e9d7262f4d7 (diff)
force iconify even if window is hidden by always-on-top windows when trayicon is clicked.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@984 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f14b56db..d17749b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-02-07
+ * src/tryaicon.c: trayicon_button_pressed(): force dropping of
+ obscured flag in case window is obscured by always-on-top windows.
+
+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).