aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-19 20:48:29 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-19 20:48:29 +0800
commite67e130e7203f3bc99013f1814df8b2cff89d72f (patch)
tree82df81264ab85ba837d0d3923ae98674768be48d /ChangeLog
parenta4b1c43fd11f07d46c207204db5e2cd8d11da7f3 (diff)
downloadgsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.gz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.bz2
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.lz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.xz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.zst
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.zip
set unsensitive the add button if there is no profile installed and tell
2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: * libempathy-gtk/empathy-profile-chooser.h: * libempathy-gtk/empathy-accounts-dialog.c: set unsensitive the add button if there is no profile installed and tell the user to install some connection managers. * libempathy-gtk/empathy-ui-utils.c: Fix indentation. svn path=/trunk/; revision=381
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39bd99903..5b8b47b81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-10-19 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-profile-chooser.c:
+ * libempathy-gtk/empathy-profile-chooser.h:
+ * libempathy-gtk/empathy-accounts-dialog.c: set unsensitive the add
+ button if there is no profile installed and tell the user to install
+ some connection managers.
+
+ * libempathy-gtk/empathy-ui-utils.c: Fix indentation.
+
+2007-10-19 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/empathy-chat-window.c: If EmpathyChat object does not
exist when DnD a contact, create one. Fixes bug #483168.