r10631 - in /desktop/unstable/nautilus/debian: changelog patches/12_list-view_expand.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue May 1 14:40:14 UTC 2007


Author: joss
Date: Tue May  1 14:40:13 2007
New Revision: 10631

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10631
Log:
* 12_list-view_expand.patch: make the filename column expandable 
  instead of setting the width by default. Reverts upstream commit 
  12779.

Added:
    desktop/unstable/nautilus/debian/patches/12_list-view_expand.patch
Modified:
    desktop/unstable/nautilus/debian/changelog
    desktop/unstable/nautilus/debian/patches/series

Modified: desktop/unstable/nautilus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/changelog?rev=10631&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/changelog (original)
+++ desktop/unstable/nautilus/debian/changelog Tue May  1 14:40:13 2007
@@ -1,10 +1,13 @@
-nautilus (2.18.1-2) UNRELEASED; urgency=low
+nautilus (2.18.1-2) unstable; urgency=low
 
   * 10_location_titlebar.patch: include gnome-vfs-utils.h
     (closes: #421027).
   * Refresh other patches.
-
- -- Josselin Mouette <joss at debian.org>  Thu, 26 Apr 2007 00:32:07 +0200
+  * 12_list-view_expand.patch: make the filename column expandable 
+    instead of setting the width by default. Reverts upstream commit 
+    12779.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 01 May 2007 16:16:22 +0200
 
 nautilus (2.18.1-1) unstable; urgency=low
 

Added: desktop/unstable/nautilus/debian/patches/12_list-view_expand.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/patches/12_list-view_expand.patch?rev=10631&op=file
==============================================================================
--- desktop/unstable/nautilus/debian/patches/12_list-view_expand.patch (added)
+++ desktop/unstable/nautilus/debian/patches/12_list-view_expand.patch Tue May  1 14:40:13 2007
@@ -1,0 +1,21 @@
+Index: nautilus-2.18.1/src/file-manager/fm-list-view.c
+===================================================================
+--- nautilus-2.18.1.orig/src/file-manager/fm-list-view.c	2007-05-01 16:14:42.669367500 +0200
++++ nautilus-2.18.1/src/file-manager/fm-list-view.c	2007-05-01 16:16:01.902319250 +0200
+@@ -1360,6 +1360,7 @@
+ 			view->details->pixbuf_cell = (GtkCellRendererPixbuf *)cell;
+ 			
+ 			view->details->file_name_column = gtk_tree_view_column_new ();
++			gtk_tree_view_column_set_expand (view->details->file_name_column, TRUE);
+ 			g_object_ref (view->details->file_name_column);
+ 			gtk_object_sink (GTK_OBJECT (view->details->file_name_column));
+ 			view->details->file_name_column_num = column_num;
+@@ -1384,7 +1385,7 @@
+ 			cell = gtk_cell_renderer_text_new ();
+                         g_object_set (cell,
+                                       "ellipsize", PANGO_ELLIPSIZE_END,
+-                                      "width-chars", 32,
++                                      "ellipsize-set", TRUE,
+                                       NULL);
+ 			view->details->file_name_cell = (GtkCellRendererText *)cell;
+ 			g_signal_connect (cell, "edited", G_CALLBACK (cell_renderer_edited), view);

Modified: desktop/unstable/nautilus/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/patches/series?rev=10631&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/patches/series (original)
+++ desktop/unstable/nautilus/debian/patches/series Tue May  1 14:40:13 2007
@@ -7,4 +7,5 @@
 08_folder_handler.patch
 10_location_titlebar.patch
 11_gnomevfs_query_eject.patch
+12_list-view_expand.patch
 20_upstream_nautilus-dnd-user-owned.patch -p0




More information about the pkg-gnome-commits mailing list