diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-06 22:08:42 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-06 22:08:42 +0800 |
commit | 04f0126025aef1462255a1ba7421a16b23cd50c4 (patch) | |
tree | 4395a4862dcc8bce4a082f7df4a8c6b6f77ddd71 /astro/seti_applet | |
parent | 4170baeabe2d94cdddadc73889656c5fb2c02f17 (diff) | |
download | freebsd-ports-gnome-04f0126025aef1462255a1ba7421a16b23cd50c4.tar.gz freebsd-ports-gnome-04f0126025aef1462255a1ba7421a16b23cd50c4.tar.zst freebsd-ports-gnome-04f0126025aef1462255a1ba7421a16b23cd50c4.zip |
Fix some default settings to behave better.
PR: ports/20017
Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> (MAINTAINER)
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(); |