diff --git a/src/app/browser/main.cpp b/src/app/browser/main.cpp index 9badd69e..1d730526 100644 --- a/src/app/browser/main.cpp +++ b/src/app/browser/main.cpp @@ -70,7 +70,10 @@ int Main::restore( while (sqlite3_step(statement) == SQLITE_ROW) { mainTab->restore( - DB::SESSION::ID + sqlite3_column_int64( + statement, + DB::SESSION::ID + ) ); } }