Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marius
zathura
Commits
c20b5e25
Commit
c20b5e25
authored
Mar 17, 2013
by
Sebastian Ramacher
Browse files
Use the correct command history
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
92f87846
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
c20b5e25
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment