[Xfce4-commits] [xfce/xfce4-session] 01/04: gtk_cell_renderer_text_new is never used

noreply at xfce.org noreply at xfce.org
Mon Sep 22 08:23:35 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit c2087f296f1cd6aac9ee4fd5a56ff2e17b164f14
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Tue Sep 16 20:06:19 2014 +0300

    gtk_cell_renderer_text_new is never used
---
 settings/xfae-window.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/xfae-window.c b/settings/xfae-window.c
index d71fb7b..5488db1 100644
--- a/settings/xfae-window.c
+++ b/settings/xfae-window.c
@@ -166,7 +166,7 @@ xfae_window_init (XfaeWindow *window)
   gtk_tree_view_column_set_attributes (column, renderer,
                                        "markup", XFAE_MODEL_COLUMN_NAME,
                                        NULL);
-  renderer = gtk_cell_renderer_text_new ();
+
   gtk_tree_view_append_column (GTK_TREE_VIEW (window->treeview), column);
 
   bbox = gtk_hbox_new (FALSE, 6);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list