diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-selector.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c index 8fc07d626..ec3a837bb 100644 --- a/libempathy-gtk/empathy-contact-selector.c +++ b/libempathy-gtk/empathy-contact-selector.c @@ -234,7 +234,6 @@ empathy_store_row_changed_cb (EmpathyContactListStore *empathy_store, { EmpathyContactSelector *selector = EMPATHY_CONTACT_SELECTOR (data); - g_print ("Row changed\n"); manage_sensitivity (selector); } @@ -266,14 +265,12 @@ empathy_contact_selector_constructor (GType type, GTK_TREE_MODEL (priv->store)); gtk_widget_set_sensitive (GTK_WIDGET (contact_selector), FALSE); - /* Status icon */ renderer = gtk_cell_renderer_pixbuf_new (); gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (contact_selector), renderer, FALSE); gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (contact_selector), renderer, "icon-name", EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS, NULL); - /* Contact name */ renderer = gtk_cell_renderer_text_new (); gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (contact_selector), renderer, TRUE); |