[nautilus] previewer: don't warn out if the bus name is not owned by anybody



commit 16b76b5f97dda14e2c3397345965a07ecc1cd377
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 9 15:07:13 2011 -0400

    previewer: don't warn out if the bus name is not owned by anybody

 src/nautilus-previewer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-previewer.c b/src/nautilus-previewer.c
index d0562e8..a57d81e 100644
--- a/src/nautilus-previewer.c
+++ b/src/nautilus-previewer.c
@@ -104,8 +104,8 @@ previewer_show_file_ready_cb (GObject *source,
                             res, &error);
 
   if (error != NULL) {
-    g_warning ("Unable to call ShowFile on NautilusPreviewer: %s",
-               error->message);
+    DEBUG ("Unable to call ShowFile on NautilusPreviewer: %s",
+           error->message);
     g_error_free (error);
   }
 



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