ports/x11/gnomecore/files/patch-gnome-hint::gnome-hint.c
Maxim Sobolev 17b6cc0afe - Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
2002-05-01 20:23:03 +00:00

14 lines
344 B
C

$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 ||