[Xfce4-commits] [xfce/xfdesktop] 02/34: Fix the build
noreply at xfce.org
noreply at xfce.org
Sun Apr 16 07:06:36 CEST 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit 2efee90024e4d024c7fa7c20654b2e0301f4d858
Author: florian.weigelt <florian.weigelt at mailbox.tu-dresden.de>
Date: Wed Feb 1 19:28:10 2017 +0100
Fix the build
---
src/xfce-desktop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index 892a5a0..f104450 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -1145,7 +1145,7 @@ xfce_desktop_unrealize(GtkWidget *widget)
#ifndef DISABLE_FOR_BUG7442
gdk_property_delete(groot, gdk_atom_intern("_XROOTPMAP_ID", FALSE));
gdk_property_delete(groot, gdk_atom_intern("ESETROOT_PMAP_ID", FALSE));
- gdk_window_set_back_background_pattern(groot, NULL);
+ gdk_window_set_background_pattern(groot, NULL);
#endif
if(desktop->priv->workspaces) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list