[Xfce4-commits] [apps/xfdashboard] 01/01: Wrong Xfconf property used to disable sub-windows as it not part of windows view only but a general setting. So move setting to top-level of xfdashboard's Xfconf channel.
noreply at xfce.org
noreply at xfce.org
Tue Feb 7 08:21:16 CET 2017
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 1d2b06cefa3c48001ff4cfc9b26c1460e137a7a9
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Feb 7 08:20:17 2017 +0100
Wrong Xfconf property used to disable sub-windows as it not part of windows view only but a general setting. So move setting to top-level of xfdashboard's Xfconf channel.
---
libxfdashboard/live-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfdashboard/live-window.c b/libxfdashboard/live-window.c
index 4414f99..3f9d252 100644
--- a/libxfdashboard/live-window.c
+++ b/libxfdashboard/live-window.c
@@ -108,7 +108,7 @@ enum
static guint XfdashboardLiveWindowSignals[SIGNAL_LAST]={ 0, };
/* IMPLEMENTATION: Private variables and methods */
-#define ALLOW_SUBWINDOWS_XFCONF_PROP "/components/windows-view/allow-subwindows"
+#define ALLOW_SUBWINDOWS_XFCONF_PROP "/allow-subwindows"
/* Check if the requested window is a sub-window of this window */
static gboolean _xfdashboard_live_window_is_subwindow(XfdashboardLiveWindow *self,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list