mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 08:03:47 +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
@ -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 New Issue
Block a user