[gnome-control-center/gnome-3-8] background: Fix debug message
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-8] background: Fix debug message
- Date: Tue, 10 Sep 2013 14:13:21 +0000 (UTC)
commit cc3ed8ad1f79ff6a629db3108806a2ffa0c6d991
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 ef3cfff..0609697 100644
--- a/panels/background/cc-background-panel.c
+++ b/panels/background/cc-background-panel.c
@@ -366,7 +366,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]