diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-08-02 23:46:54 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-02 23:46:54 +0800 |
commit | 045b80e42cce904bc55cb59eec6cc798501aba23 (patch) | |
tree | 3113c497b802799e19f5e4ad1d66d10fb33de4b8 /ChangeLog | |
parent | b3c114de37a14c884a2749a90461236e6b2b00b8 (diff) | |
download | gsoc2013-empathy-045b80e42cce904bc55cb59eec6cc798501aba23.tar gsoc2013-empathy-045b80e42cce904bc55cb59eec6cc798501aba23.tar.gz gsoc2013-empathy-045b80e42cce904bc55cb59eec6cc798501aba23.tar.bz2 gsoc2013-empathy-045b80e42cce904bc55cb59eec6cc798501aba23.tar.lz gsoc2013-empathy-045b80e42cce904bc55cb59eec6cc798501aba23.tar.xz gsoc2013-empathy-045b80e42cce904bc55cb59eec6cc798501aba23.tar.zst gsoc2013-empathy-045b80e42cce904bc55cb59eec6cc798501aba23.zip |
Do not list profiles that don't have the corresponding CM installed when
2007-08-02 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that
don't have the corresponding CM installed when creating a new account.
This is a workaround for MC bug: SF #1688779.
svn path=/trunk/; revision=226
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-08-02 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that + don't have the corresponding CM installed when creating a new account. + This is a workaround for MC bug: SF #1688779. + +2007-08-02 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-account-widget-generic.c: Remove size_group. Fixes bug #462792. |