[Epiphany] [PATCH] Session restart command



There seems to be a bug with saving epiphany in a session.  A patch is
included.  Shouldn't these strings be #define's?

	nikolai

--
::: name: Nikolai Weibull    :: aliases: pcp / lone-star       :::
::: born: Chicago, IL USA    :: loc atm: Gothenburg, Sweden    :::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,php,war3  :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
--- /usr/portage/distfiles/cvs-src/epiphany-cvs/epiphany/src/session.c	2003-06-20 18:52:49.000000000 +0200
+++ session.c	2003-07-27 01:38:05.000000000 +0200
@@ -300,7 +300,7 @@
                    gboolean fast,
 		   Session *session)
 {
-	char *argv[] = { "ephy", "--load-session", NULL };
+	char *argv[] = { "epiphany", "--load-session", NULL };
 	char *discard_argv[] = { "rm", "-r", NULL };
 
 	argv[2] = get_session_filename (SESSION_GNOME);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]