aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/seen-db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/seen-db.c b/src/seen-db.c
index b4df191..7d2fa2f 100644
--- a/src/seen-db.c
+++ b/src/seen-db.c
@@ -75,6 +75,7 @@ seen_db_init(void)
g_hash_table_insert(seendb,
g_strdup(desktops[i]),
GINT_TO_POINTER(TRUE));
+ i++;
}
g_strfreev(desktops);