gnome-commander r1846 - in trunk: . doc/C src



Author: epiotr
Date: Mon Jun 16 16:28:34 2008
New Revision: 1846
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1846&view=rev

Log:
Use current column sorting in advrename

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/doc/C/gnome-commander.xml
   trunk/src/gnome-cmd-file-list.cc

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jun 16 16:28:34 2008
@@ -4,6 +4,7 @@
 
 Bug fixes:
  * Fixed problem #... (...)
+ * Fixed problem with file sorting in advanced file rename tool
  * Build fixes
 
 New features:

Modified: trunk/doc/C/gnome-commander.xml
==============================================================================
--- trunk/doc/C/gnome-commander.xml	(original)
+++ trunk/doc/C/gnome-commander.xml	Mon Jun 16 16:28:34 2008
@@ -5921,6 +5921,9 @@
                             <para>Fixed problem #... (...)</para>
                         </listitem>
                         <listitem>
+                            <para>Fixed problem with file sorting in advanced file rename tool</para>
+                        </listitem>
+                        <listitem>
                             <para>Build fixes</para>
                         </listitem>
                     </itemizedlist>

Modified: trunk/src/gnome-cmd-file-list.cc
==============================================================================
--- trunk/src/gnome-cmd-file-list.cc	(original)
+++ trunk/src/gnome-cmd-file-list.cc	Mon Jun 16 16:28:34 2008
@@ -2075,7 +2075,7 @@
 
     if (files)
     {
-        GtkWidget *dialog = gnome_cmd_advrename_dialog_new (files);
+        GtkWidget *dialog = gnome_cmd_advrename_dialog_new (gnome_cmd_file_list_sort_selection (files, fl));
 
         gtk_widget_ref (dialog);
         gtk_widget_show (dialog);



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