[Xfce4-commits] <thunar:master> Remove unneeded lines.

Nick Schermer noreply at xfce.org
Sat Oct 13 16:12:11 CEST 2012


Updating branch refs/heads/master
         to c3c8aa5208e9b3075eebdeb376b919064269331d (commit)
       from 8bd14af8f0b10b6477c56b5652c2685f1b0b8207 (commit)

commit c3c8aa5208e9b3075eebdeb376b919064269331d
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 6 10:15:45 2012 +0200

    Remove unneeded lines.

 thunar/thunar-shortcuts-view.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index 11f76c4..a26feb5 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -322,7 +322,6 @@ thunar_shortcuts_view_init (ThunarShortcutsView *view)
   renderer = g_object_new (GTK_TYPE_CELL_RENDERER_TEXT,
                            "ellipsize-set", TRUE,
                            "ellipsize", PANGO_ELLIPSIZE_END,
-                           "width-chars", g_utf8_strlen (_("File System"), -1),
                            NULL);
   g_signal_connect (G_OBJECT (renderer), "edited", G_CALLBACK (thunar_shortcuts_view_renamed), view);
   gtk_tree_view_column_pack_start (column, renderer, TRUE);
@@ -337,7 +336,6 @@ thunar_shortcuts_view_init (ThunarShortcutsView *view)
   gtk_tree_view_column_pack_start (column, renderer, FALSE);
   gtk_tree_view_column_set_attributes (column, renderer,
                                        "visible", THUNAR_SHORTCUTS_MODEL_COLUMN_CAN_EJECT,
-                                       "visible", THUNAR_SHORTCUTS_MODEL_COLUMN_NOT_HEADER,
                                        NULL);
 
 


More information about the Xfce4-commits mailing list