You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/xfce-base/libxfcegui4/files/libxfcegui4-4.10.0-no-xfce_...

15 lines
311 B

http://bugs.gentoo.org/513568
http://bugzilla.xfce.org/show_bug.cgi?id=10974
--- libxfcegui4/xfce-exec.c
+++ libxfcegui4/xfce-exec.c
@@ -79,7 +79,7 @@
#ifndef G_OS_WIN32
gchar *dpyname = user_data;
- xfce_setenv ("DISPLAY", dpyname, TRUE);
+ g_setenv ("DISPLAY", dpyname, TRUE);
#endif
}