diff options
Diffstat (limited to 'astro/nightfall/files/patch-LightGnome.c')
-rw-r--r-- | astro/nightfall/files/patch-LightGnome.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/astro/nightfall/files/patch-LightGnome.c b/astro/nightfall/files/patch-LightGnome.c new file mode 100644 index 000000000..fcbba3da3 --- /dev/null +++ b/astro/nightfall/files/patch-LightGnome.c @@ -0,0 +1,14 @@ +--- LightGnome.c.orig Thu Oct 27 21:46:52 2005 ++++ LightGnome.c Wed Dec 7 02:44:36 2005 +@@ -335,7 +335,11 @@ + FileType *dataFile = FileList; + char path[256]; + ++#if 0 + argv[0] = program_invocation_name; ++#else ++ argv[0] = g_get_prgname(); ++#endif + argv[1] = "-U"; + argv[2] = NULL; + |