evince r3314 - in trunk: . shell



Author: carlosgc
Date: Tue Dec 30 16:12:51 2008
New Revision: 3314
URL: http://svn.gnome.org/viewvc/evince?rev=3314&view=rev

Log:
2008-12-30  Carlos Garcia Campos  <carlosgc gnome org>

	* shell/ev-window.c: (image_save_dialog_response_cb):

	Fix saving images to remote locations.

Modified:
   trunk/ChangeLog
   trunk/shell/ev-window.c

Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c	(original)
+++ trunk/shell/ev-window.c	Tue Dec 30 16:12:51 2008
@@ -5332,7 +5332,7 @@
 	if (!is_native) {
 		GFile *source_file;
 		
-		source_file = g_file_new_for_uri (filename);
+		source_file = g_file_new_for_path (filename);
 		
 		ev_window_save_remote (ev_window, source_file, target_file);
 		g_object_unref (source_file);



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