aboutsummaryrefslogtreecommitdiffstats
path: root/src/session.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-14 20:32:05 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-14 20:32:05 +0800
commita1396baa264c3e382daee684bb351726ae0571c5 (patch)
treea4906de97157d35dcdbdc075dca2c84aa5a17c1e /src/session.c
parentf75468c2a1c114c4790ee7084e65f26e6dbd5020 (diff)
downloadgsoc2013-epiphany-a1396baa264c3e382daee684bb351726ae0571c5.tar
gsoc2013-epiphany-a1396baa264c3e382daee684bb351726ae0571c5.tar.gz
gsoc2013-epiphany-a1396baa264c3e382daee684bb351726ae0571c5.tar.bz2
gsoc2013-epiphany-a1396baa264c3e382daee684bb351726ae0571c5.tar.lz
gsoc2013-epiphany-a1396baa264c3e382daee684bb351726ae0571c5.tar.xz
gsoc2013-epiphany-a1396baa264c3e382daee684bb351726ae0571c5.tar.zst
gsoc2013-epiphany-a1396baa264c3e382daee684bb351726ae0571c5.zip
+ 2003-02-13 Lee Willis <lwillis@plus.net>
+ + * src/session.c: Fix session saving +
Diffstat (limited to 'src/session.c')
-rw-r--r--src/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.c b/src/session.c
index 61413bcbf..2e8b573ec 100644
--- a/src/session.c
+++ b/src/session.c
@@ -525,7 +525,7 @@ session_save (Session *session,
for (l = tabs; l != NULL; l = l->next)
{
- EphyTab *tab = EPHY_TAB(tabs->data);
+ EphyTab *tab = EPHY_TAB(l->data);
save_tab (window, tab, doc, window_node);
}
g_list_free (tabs);