gnome-commander r1847 - in branches/gcmd-1-3: . doc/C src



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

Log:
Use current column sorting in advrename

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/doc/C/gnome-commander.xml
   branches/gcmd-1-3/src/gnome-cmd-file-list.cc

Modified: branches/gcmd-1-3/doc/C/gnome-commander.xml
==============================================================================
--- branches/gcmd-1-3/doc/C/gnome-commander.xml	(original)
+++ branches/gcmd-1-3/doc/C/gnome-commander.xml	Mon Jun 16 16:28:53 2008
@@ -5836,6 +5836,9 @@
                             <para>Fixed problem #412162 (build with --enable-python=no)</para>
                         </listitem>
                         <listitem>
+                            <para>Fixed problem with file sorting in advanced file rename tool</para>
+                        </listitem>
+                        <listitem>
                             <para>Build fixes</para>
                         </listitem>
                     </itemizedlist>

Modified: branches/gcmd-1-3/src/gnome-cmd-file-list.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-list.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-list.cc	Mon Jun 16 16:28:53 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]