milis/talimatname/genel/l/libxfcegui4/libxfcegui4-4.10.0-no-xfce_...

15 lines
311 B
Diff

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
}