summaryrefslogtreecommitdiff
path: root/astro/seti_applet/files/patch-aa
blob: cc89a552f30d474aa93312b440183aed7b5286f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- 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 );
 	}
 	gnome_config_push_prefix ( path );
-	sa.setidir = gnome_config_get_string ( "setiapplet/setidir=/usr/local/seti" );
+	sa.setidir = gnome_config_get_string ( "setiapplet/setidir=/var/db/setiathome" );
 	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();