[gnome-control-center] background: Minor clean up



commit 91e56738b74b2ea63f22d6211db75a6625dc00d8
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Feb 12 15:26:59 2014 +0100

    background: Minor clean up
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707569

 panels/background/bg-pictures-source.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/bg-pictures-source.c b/panels/background/bg-pictures-source.c
index 8df098d..68aecb7 100644
--- a/panels/background/bg-pictures-source.c
+++ b/panels/background/bg-pictures-source.c
@@ -200,8 +200,7 @@ picture_scaled (GObject *source_object,
   if (software != NULL &&
       g_str_equal (software, "gnome-screenshot"))
     {
-      g_debug ("Ignored URL '%s' as it's a screenshot from gnome-screenshot",
-               cc_background_item_get_uri (item));
+      g_debug ("Ignored URL '%s' as it's a screenshot from gnome-screenshot", uri);
       goto out;
     }
 


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