background: Minor clean up

https://bugzilla.gnome.org/show_bug.cgi?id=707569
This commit is contained in:
Debarshi Ray 2014-02-12 15:26:59 +01:00
parent 6c05a7d176
commit 91e56738b7

View file

@ -200,8 +200,7 @@ picture_scaled (GObject *source_object,
if (software != NULL && if (software != NULL &&
g_str_equal (software, "gnome-screenshot")) g_str_equal (software, "gnome-screenshot"))
{ {
g_debug ("Ignored URL '%s' as it's a screenshot from gnome-screenshot", g_debug ("Ignored URL '%s' as it's a screenshot from gnome-screenshot", uri);
cc_background_item_get_uri (item));
goto out; goto out;
} }