summaryrefslogtreecommitdiff
path: root/x11/gnome-applets/files/patch-gkb-new_presets.c
blob: f90708170e005d7c3f0e9c668d352da96ae57462 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gkb-new/preset.c.orig	Fri Mar 14 09:13:44 2003
+++ gkb-new/preset.c	Fri Mar 14 09:13:54 2003
@@ -42,7 +42,7 @@
 
   /* TODO: user's local presets */
 
-  text = gnome_unconditional_datadir_file ("gnome/gkb/");
+  text = gnome_unconditional_datadir_file ("gkb/");
   if (!text)
   	return NULL;
   dir = opendir (text);