From c20b5e25c76782006565da5123ac179d809519e6 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 17 Mar 2013 16:25:02 +0100 Subject: [PATCH] Use the correct command history Signed-off-by: Sebastian Ramacher --- zathura.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura.c b/zathura.c index b110a6d..8d2ed74 100644 --- a/zathura.c +++ b/zathura.c @@ -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 */