[gnome-control-center] background: Fix debug message
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-control-center] background: Fix debug message
- Date: Tue, 10 Sep 2013 14:16:15 +0000 (UTC)
commit 015d29604a77759ab83a6d1e6bb242eac5645a6a
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Sep 6 02:14:08 2013 -0300
    background: Fix debug message
    
    We're never capturing the whole screen, only a single monitor.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706578
 panels/background/cc-background-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/background/cc-background-panel.c b/panels/background/cc-background-panel.c
index 5f81cf0..f2a046c 100644
--- a/panels/background/cc-background-panel.c
+++ b/panels/background/cc-background-panel.c
@@ -391,7 +391,7 @@ get_screenshot_async (CcBackgroundPanel *panel)
   if (calculate_contiguous_workarea (data)) {
     g_debug ("Capturing only a portion of the screen");
   } else {
-    g_debug ("Capturing the whole screen");
+    g_debug ("Capturing the whole monitor");
     data->whole_monitor = TRUE;
     data->capture_rect = data->monitor_rect;
   }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]