diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-21 21:19:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-21 21:19:33 +0800 |
commit | df79acf5765374714dd018519152a203291f1e5a (patch) | |
tree | 4563d61028874c31a9671a7184b2c1cdcf6f47f7 /ChangeLog | |
parent | 944d3f383305b6cf50ee8a7995a1daf9a72ece20 (diff) | |
download | gsoc2013-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |