]> git.0d.be Git - empathy.git/commitdiff
Hide state image in contact widget until the presense state is notified. (#603545)
authorBrian Pepple <bpepple@fedoraproject.org>
Wed, 2 Dec 2009 00:20:05 +0000 (19:20 -0500)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 2 Dec 2009 11:13:27 +0000 (11:13 +0000)
libempathy-gtk/empathy-contact-widget.c
libempathy-gtk/empathy-contact-widget.ui

index 5852b8f634878988073ba2e61c26213a32c5db38..134f67fb3330afd45048d3d8f2d755a380dba26d 100644 (file)
@@ -903,6 +903,7 @@ contact_widget_presence_notify_cb (EmpathyContactWidget *information)
   gtk_image_set_from_icon_name (GTK_IMAGE (information->image_state),
       empathy_icon_name_for_contact (information->contact),
       GTK_ICON_SIZE_BUTTON);
+  gtk_widget_show (information->image_state);
 }
 
 static void
index d912430126c68d31da2ea996d371af878d1e0f2a..b051e8265814574633bb163148982ff2f7237f41 100644 (file)
                         <property name="spacing">6</property>
                         <child>
                           <object class="GtkImage" id="image_state">
-                            <property name="visible">True</property>
                             <property name="stock">gtk-missing-image</property>
                           </object>
                           <packing>