summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a474244..c02d14f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -284,7 +284,7 @@ fr_save_state (EggSMClient *client, GKeyFile *state, gpointer user_data)
FrWindow *session = window->data;
gchar *key;
- key = g_strdup_printf ("archive%d", i);
+ key = g_strdup_printf ("archive%d", i+1);
if ((session->archive == NULL) || (session->archive->file == NULL)) {
g_key_file_set_string (state, "Session", key, "");
}