diff options
author | Nikolai Weibull <lone-star@home.se> | 2003-07-29 23:25:09 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-29 23:25:09 +0800 |
commit | 84e3699e5f5a3ff1699634b57b917cc5ea83649b (patch) | |
tree | 289ab00bf519f5f832bac17cd96733bbfecda331 | |
parent | 4e1250b278d8e641c214bb2c8ad9b1dcded92654 (diff) | |
download | gsoc2013-epiphany-84e3699e5f5a3ff1699634b57b917cc5ea83649b.tar gsoc2013-epiphany-84e3699e5f5a3ff1699634b57b917cc5ea83649b.tar.gz gsoc2013-epiphany-84e3699e5f5a3ff1699634b57b917cc5ea83649b.tar.bz2 gsoc2013-epiphany-84e3699e5f5a3ff1699634b57b917cc5ea83649b.tar.lz gsoc2013-epiphany-84e3699e5f5a3ff1699634b57b917cc5ea83649b.tar.xz gsoc2013-epiphany-84e3699e5f5a3ff1699634b57b917cc5ea83649b.tar.zst gsoc2013-epiphany-84e3699e5f5a3ff1699634b57b917cc5ea83649b.zip |
s/ephy/epiphany. Fix session management.
2003-07-29 Nikolai Weibull <lone-star@home.se>
* src/session.c: (save_yourself_cb):
s/ephy/epiphany. Fix session management.
2
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/session.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-07-29 Nikolai Weibull <lone-star@home.se> + + * src/session.c: (save_yourself_cb): + + s/ephy/epiphany. Fix session management. + 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-toolbar.xml.in: diff --git a/src/session.c b/src/session.c index 387a96edd..4f1c8e8d5 100644 --- a/src/session.c +++ b/src/session.c @@ -300,7 +300,7 @@ save_yourself_cb (GnomeClient *client, 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); |