mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
dc0f1ab8ac
maintainer timeout. PR: 209042 Submitted by: tkato432 yahoo com Sponsored by: Absolight
12 lines
521 B
C
12 lines
521 B
C
--- src/export/file.c.orig 2016-04-10 12:10:21 UTC
|
|
+++ src/export/file.c
|
|
@@ -644,7 +644,7 @@ template_open (DenemoProject * gui, Temp
|
|
{
|
|
if (system_example_path == NULL)
|
|
{
|
|
- system_example_path = g_build_filename (get_system_data_dir (), "examples", NULL);
|
|
+ system_example_path = g_build_filename (get_system_data_dir (), "..", "examples", "denemo", NULL);
|
|
GDir *denemo_path = g_dir_open (system_example_path, 0, NULL);
|
|
if (denemo_path == NULL)
|
|
{
|