[gnome-control-center/benzea/rename-show-monitor-labels] display: Update ShowMonitorLabels DBus call
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/benzea/rename-show-monitor-labels] display: Update ShowMonitorLabels DBus call
- Date: Thu, 11 Apr 2019 17:49:58 +0000 (UTC)
commit 84fe66cd941b0105df6496af9110fb4aaeb2e9d2
Author: Benjamin Berg <bberg redhat com>
Date: Thu Apr 11 19:48:15 2019 +0200
display: Update ShowMonitorLabels DBus call
The function has been changed in gnome-shell to be called ShowMonitorLabels
again (rather than ShowMonitorLabels2). Update g-c-c accordingly.
See https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/491
panels/display/cc-display-panel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/display/cc-display-panel.c b/panels/display/cc-display-panel.c
index 7970e8654..a4fea5fe3 100644
--- a/panels/display/cc-display-panel.c
+++ b/panels/display/cc-display-panel.c
@@ -331,7 +331,7 @@ monitor_labeler_show (CcDisplayPanel *self)
return monitor_labeler_hide (self);
g_dbus_proxy_call (self->shell_proxy,
- "ShowMonitorLabels2",
+ "ShowMonitorLabels",
g_variant_builder_end (&builder),
G_DBUS_CALL_FLAGS_NONE,
-1, NULL, NULL, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]