empathy r955 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r955 - trunk/libempathy-gtk
- Date: Wed, 16 Apr 2008 13:24:44 +0100 (BST)
Author: xclaesse
Date: Wed Apr 16 13:24:44 2008
New Revision: 955
URL: http://svn.gnome.org/viewvc/empathy?rev=955&view=rev
Log:
Add a contact in the roster as soon as it has a name, don't wait for the ID. Fixes bug #528287.
Modified:
trunk/libempathy-gtk/empathy-contact-list-store.c
Modified: trunk/libempathy-gtk/empathy-contact-list-store.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-list-store.c (original)
+++ trunk/libempathy-gtk/empathy-contact-list-store.c Wed Apr 16 13:24:44 2008
@@ -857,7 +857,7 @@
priv = GET_PRIV (store);
- if (!(empathy_contact_get_ready (contact) & EMPATHY_CONTACT_READY_ID) ||
+ if (G_STR_EMPTY (empathy_contact_get_name (contact)) ||
(!priv->show_offline && !empathy_contact_is_online (contact))) {
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]