blob: 0603d6fc6987fdbfbc7e63d467a768ebdba1a7c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- gnome-hint/gnome-hint.c 2002/05/01 10:43:20 1.1
+++ gnome-hint/gnome-hint.c 2002/05/01 10:43:49
@@ -163,7 +163,7 @@
hintnum++;
/* see if we find the directory with the hints */
- name = gnome_datadir_file ("gnome/hints");
+ name = gnome_datadir_file ("hints");
if (name == NULL)
return;
if (stat (name, &s) != 0 ||
|