]> git.0d.be Git - empathy.git/commitdiff
Removed old FIXME.
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 30 Jan 2009 17:35:32 +0000 (17:35 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 30 Jan 2009 17:35:32 +0000 (17:35 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2354

libempathy-gtk/empathy-contact-selector.c

index dd7da1d8d4b5f4eb80bf4a3dfad6400705bb5cb8..cfd1f733a162edd0721f26708ce795c3aa1efbcb 100644 (file)
@@ -133,10 +133,6 @@ contact_selector_manage_sensitivity (EmpathyContactSelector *selector)
   EmpathyContactSelectorPriv *priv = GET_PRIV (selector);
   guint number_online_contacts;
 
-  /* FIXME - make this work when offline contacts are shown.
-   * The following value needs to be the number of entries shown
-   * excluding the blank entry (if present).
-   */
   number_online_contacts = contact_selector_get_number_online_contacts (
       GTK_TREE_STORE (priv->store));