[gthumb: 8/14] find duplicates: allow to reorder the file list



commit b074bbfb19e284901f2e2cfecbc015799847ee7f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jan 28 00:18:27 2011 +0100

    find duplicates: allow to reorder the file list

 .../data/ui/find-duplicates-dialog.ui              |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/extensions/find_duplicates/data/ui/find-duplicates-dialog.ui b/extensions/find_duplicates/data/ui/find-duplicates-dialog.ui
index 552e825..9c6b84f 100644
--- a/extensions/find_duplicates/data/ui/find-duplicates-dialog.ui
+++ b/extensions/find_duplicates/data/ui/find-duplicates-dialog.ui
@@ -246,6 +246,9 @@
                                                 <property name="resizable">True</property>
                                                 <property name="sizing">autosize</property>
                                                 <property name="title">File</property>
+                                                <property name="reorderable">True</property>
+                                                <property name="sort_indicator">True</property>
+                                                <property name="sort_column_id">2</property>
                                                 <child>
                                                   <object class="GtkCellRendererText" id="cellrenderertext1"/>
                                                   <attributes>
@@ -259,6 +262,9 @@
                                                 <property name="resizable">True</property>
                                                 <property name="sizing">autosize</property>
                                                 <property name="title">Last modified</property>
+                                                <property name="reorderable">True</property>
+                                                <property name="sort_indicator">True</property>
+                                                <property name="sort_column_id">4</property>
                                                 <child>
                                                   <object class="GtkCellRendererText" id="cellrenderertext2"/>
                                                   <attributes>
@@ -271,6 +277,9 @@
                                               <object class="GtkTreeViewColumn" id="treeviewcolumn3">
                                                 <property name="resizable">True</property>
                                                 <property name="title">Position</property>
+                                                <property name="reorderable">True</property>
+                                                <property name="sort_indicator">True</property>
+                                                <property name="sort_column_id">3</property>
                                                 <child>
                                                   <object class="GtkCellRendererText" id="cellrenderertext3"/>
                                                   <attributes>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]