Use the correct command history

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2013-03-17 16:25:02 +01:00
parent 92f8784605
commit c20b5e25c7

View File

@ -229,7 +229,7 @@ zathura_init(zathura_t* zathura)
if (zathura->database == NULL) { if (zathura->database == NULL) {
girara_error("Unable to initialize database. Bookmarks won't be available."); girara_error("Unable to initialize database. Bookmarks won't be available.");
} else { } else {
g_object_set(zathura->ui.session->global.command_history, "io", zathura->database, NULL); g_object_set(zathura->ui.session->command_history, "io", zathura->database, NULL);
} }
/* bookmarks */ /* bookmarks */