[eog/gnome-2-32] Copy also wallpapers in unmountable media



commit 2d214cd5d051bba6d0fda5cfd719b1c405267cad
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Thu Sep 9 01:37:49 2010 +0300

    Copy also wallpapers in unmountable media
    
    Fixes bug #625384 - Background setting doesn't work as expected

 src/eog-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index a015605..20c3937 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -3315,7 +3315,8 @@ eog_window_cmd_wallpaper (GtkAction *action, gpointer user_data)
 	filename = g_file_get_path (file);
 
 	/* Currently only local files can be set as wallpaper */
-	if (filename == NULL || !g_file_is_native (file)) {
+	if (filename == NULL || !eog_util_file_is_persistent (file))
+	{
 		GList *files = NULL;
 		GtkAction *action;
 



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