blob: 3591d0908c4834a1b8ed5adab8e97e3d5a194379 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- xfce/setup.c.orig Sun May 6 08:51:24 2001
+++ xfce/setup.c Sun May 6 08:51:34 2001
@@ -132,7 +132,7 @@
list = g_list_append(list, "xfce");
/* Try to find the location of gtk engines */
- if ((pdata=popen("gtk-config --prefix","r")) != NULL
+ if ((pdata=popen("gtk12-config --prefix","r")) != NULL
&& fgets(buffer, sizeof(buffer), pdata) != NULL)
{
char *path;
|