[Xfce4-commits] <thunar:nick/new-shortcuts-pane-model> Remove unneeded lines.
Nick Schermer
noreply at xfce.org
Sat Oct 6 10:18:01 CEST 2012
Updating branch refs/heads/nick/new-shortcuts-pane-model
to db38495d95649cbc31bbba619a2f9377dbdd86bf (commit)
from 437ac8fa86b1c41ea5ea9bab92aa74498f584d7c (commit)
commit db38495d95649cbc31bbba619a2f9377dbdd86bf
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