2008-12-30 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (image_save_dialog_response_cb):
Fix saving images to remote locations.
svn path=/trunk/; revision=3314
+2008-12-30 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (image_save_dialog_response_cb):
+
+ Fix saving images to remote locations.
+
2008-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-application.[ch]: (ev_application_shutdown),
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);