aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-09-21 21:19:33 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-09-21 21:19:33 +0800
commitdf79acf5765374714dd018519152a203291f1e5a (patch)
tree4563d61028874c31a9671a7184b2c1cdcf6f47f7 /ChangeLog
parent944d3f383305b6cf50ee8a7995a1daf9a72ece20 (diff)
downloadgsoc2013-empathy-df79acf5765374714dd018519152a203291f1e5a.tar
gsoc2013-empathy-df79acf5765374714dd018519152a203291f1e5a.tar.gz
gsoc2013-empathy-df79acf5765374714dd018519152a203291f1e5a.tar.bz2
gsoc2013-empathy-df79acf5765374714dd018519152a203291f1e5a.tar.lz
gsoc2013-empathy-df79acf5765374714dd018519152a203291f1e5a.tar.xz
gsoc2013-empathy-df79acf5765374714dd018519152a203291f1e5a.tar.zst
gsoc2013-empathy-df79acf5765374714dd018519152a203291f1e5a.zip
Tooltip for subscription request shouldn't display "Message:" if the
2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.c: Tooltip for subscription request shouldn't display "Message:" if the message is empty. Fixes bug #459538 (Cosimo Cecchi). Do not update tooltip each time the icon change. svn path=/trunk/; revision=306
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b91ca5a9..53e764d49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-09-21 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-status-icon.c: Tooltip for subscription request
+ shouldn't display "Message:" if the message is empty. Fixes bug #459538
+ (Cosimo Cecchi).
+ Do not update tooltip each time the icon change.
+
+2007-09-21 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/empathy-chat-window.c: Do not set "new message" in
the title of conversation windows, it's useless. Fixes bug #459523.