[Goodies-commits] r6888 - xfce4-screenshooter/trunk/lib

Jerome Guelfucci jeromeg at xfce.org
Thu Mar 12 15:14:24 CET 2009


Author: jeromeg
Date: 2009-03-12 14:14:24 +0000 (Thu, 12 Mar 2009)
New Revision: 6888

Modified:
   xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c
Log:
Try to fix Corsac's problem.

Modified: xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c	2009-03-12 13:46:34 UTC (rev 6887)
+++ xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c	2009-03-12 14:14:24 UTC (rev 6888)
@@ -563,7 +563,7 @@
 
   g_file_copy_async (save_file_temp,
                      save_file,
-                     G_FILE_COPY_OVERWRITE|G_FILE_COPY_BACKUP,
+                     G_FILE_COPY_OVERWRITE,
                      G_PRIORITY_DEFAULT,
                      cancellable,
                      (GFileProgressCallback)cb_progress_upload, progress_bar,
@@ -939,6 +939,8 @@
         
   gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (dir_chooser), 
                                            sd->screenshot_dir);
+
+  gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (dir_chooser), FALSE);
   
   gtk_box_pack_start (GTK_BOX (save_box), 
                       dir_chooser, FALSE, 




More information about the Goodies-commits mailing list