libxfcegui4-4.10.0-no-xfce_setenv.patch 311 B

123456789101112131415
  1. http://bugs.gentoo.org/513568
  2. http://bugzilla.xfce.org/show_bug.cgi?id=10974
  3. --- libxfcegui4/xfce-exec.c
  4. +++ libxfcegui4/xfce-exec.c
  5. @@ -79,7 +79,7 @@
  6. #ifndef G_OS_WIN32
  7. gchar *dpyname = user_data;
  8. - xfce_setenv ("DISPLAY", dpyname, TRUE);
  9. + g_setenv ("DISPLAY", dpyname, TRUE);
  10. #endif
  11. }