diff options
Diffstat (limited to 'astro/seti_applet')
-rw-r--r-- | astro/seti_applet/files/patch-aa | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/astro/seti_applet/files/patch-aa b/astro/seti_applet/files/patch-aa index 3f3063bc0f23..cc89a552f30d 100644 --- a/astro/seti_applet/files/patch-aa +++ b/astro/seti_applet/files/patch-aa @@ -1,5 +1,5 @@ ---- src/seti_applet.c.orig Sat Jul 1 12:48:49 2000 -+++ src/seti_applet.c Fri Jul 7 19:40:57 2000 +--- src/seti_applet.c.orig Wed Jul 19 07:18:22 2000 ++++ src/seti_applet.c Wed Jul 19 07:19:05 2000 @@ -1352,7 +1352,7 @@ g_free ( sa.setidir ); } @@ -9,3 +9,16 @@ sa.updateinterval = gnome_config_get_int ( "setiapplet/updateinterval=3" ); sa.fileupdateinterval = gnome_config_get_int ( "setiapplet/fileupdateinterval=120" ); sa.showcpu = gnome_config_get_int ( "setiapplet/showcpu=1" ); +@@ -1370,10 +1370,10 @@ + g_free ( sa.extraparams ); + } + sa.extraparams = gnome_config_get_string ( "setiapplet/extraparams="); +- sa.separateexedir = gnome_config_get_int ( "setiapplet/separateexedir=0" ); ++ sa.separateexedir = gnome_config_get_int ( "setiapplet/separateexedir=1" ); + if ( sa.separateexedir == TRUE ) + { +- sa.setiexedir = gnome_config_get_string ( "setiapplet/setiexedir" ); ++ sa.setiexedir = gnome_config_get_string ( "setiapplet/setiexedir=/usr/local/bin" ); + } + sa.launchonstart = gnome_config_get_int ( "setiapplet/launchonstart=0" ); + gnome_config_pop_prefix(); |