Author: benny
Date: 2006-07-22 17:16:23 +0000 (Sat, 22 Jul 2006)
New Revision: 22511

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar/thunar-renamer-progress.c
Log:
2006-07-22      Benedikt Meurer <[EMAIL PROTECTED]>

        * thunar/thunar-renamer-progress.c(thunar_renamer_progress_next_idle):
          Pass the error pointer to thunar_file_rename().




Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog      2006-07-22 13:41:59 UTC (rev 22510)
+++ thunar/trunk/ChangeLog      2006-07-22 17:16:23 UTC (rev 22511)
@@ -1,3 +1,8 @@
+2006-07-22     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * thunar/thunar-renamer-progress.c(thunar_renamer_progress_next_idle):
+         Pass the error pointer to thunar_file_rename().
+
 2006-07-21     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * thunar-vfs/thunar-vfs-mime-handler.h(ThunarVfsMimeHandlerFlags): Add

Modified: thunar/trunk/thunar/thunar-renamer-progress.c
===================================================================
--- thunar/trunk/thunar/thunar-renamer-progress.c       2006-07-22 13:41:59 UTC 
(rev 22510)
+++ thunar/trunk/thunar/thunar-renamer-progress.c       2006-07-22 17:16:23 UTC 
(rev 22511)
@@ -199,7 +199,7 @@
       oldname = g_strdup (thunar_file_get_display_name (pair->file));
 
       /* try to rename the file */
-      if (!thunar_file_rename (pair->file, pair->name, NULL))
+      if (!thunar_file_rename (pair->file, pair->name, &error))
         {
           /* determine the toplevel widget */
           toplevel = (GtkWindow *) gtk_widget_get_toplevel (GTK_WIDGET 
(renamer_progress));

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to