mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
--- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999
|
|
+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999
|
|
@@ -1249,7 +1249,7 @@
|
|
static gboolean
|
|
scan_public_plugin_directory (void)
|
|
{
|
|
- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/");
|
|
+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/");
|
|
|
|
plugin_load_plugins_in_dir (dir);
|
|
|