aboutsummaryrefslogtreecommitdiff
path: root/astro/seti_applet
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-06 14:08:42 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-06 14:08:42 +0000
commitca9d27cc93d7737e209d8f6b0bf36a2774b2d0fd (patch)
tree7264db29a81c96ab79da5a613ab6870a67105989 /astro/seti_applet
parent9f764ffc420cc4ee45a0dffc4646fefb77e39869 (diff)
downloadports-ca9d27cc93d7737e209d8f6b0bf36a2774b2d0fd.tar.gz
ports-ca9d27cc93d7737e209d8f6b0bf36a2774b2d0fd.zip
Fix some default settings to behave better.
PR: ports/20017 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=31332
Diffstat (limited to 'astro/seti_applet')
-rw-r--r--astro/seti_applet/files/patch-aa17
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();