mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:25:59 +01:00
Use the correct command history
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
92f8784605
commit
c20b5e25c7
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ zathura_init(zathura_t* zathura)
|
|||
if (zathura->database == NULL) {
|
||||
girara_error("Unable to initialize database. Bookmarks won't be available.");
|
||||
} 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 */
|
||||
|
|
Loading…
Reference in a new issue