aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:34:10 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:34:10 +0800
commitccc35b02c520b7c468bbd87059d66a5b5bc6149f (patch)
tree134d0ec364aeda78954c649ad3270434560c5dc9 /libempathy-gtk/empathy-contact-selector.c
parentc03714868f64ca8203193c62cfba8e40988960df (diff)
downloadgsoc2013-empathy-ccc35b02c520b7c468bbd87059d66a5b5bc6149f.tar
gsoc2013-empathy-ccc35b02c520b7c468bbd87059d66a5b5bc6149f.tar.gz
gsoc2013-empathy-ccc35b02c520b7c468bbd87059d66a5b5bc6149f.tar.bz2
gsoc2013-empathy-ccc35b02c520b7c468bbd87059d66a5b5bc6149f.tar.lz
gsoc2013-empathy-ccc35b02c520b7c468bbd87059d66a5b5bc6149f.tar.xz
gsoc2013-empathy-ccc35b02c520b7c468bbd87059d66a5b5bc6149f.tar.zst
gsoc2013-empathy-ccc35b02c520b7c468bbd87059d66a5b5bc6149f.zip
tidy
svn path=/trunk/; revision=2325
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector.c')
-rw-r--r--libempathy-gtk/empathy-contact-selector.c3
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);