Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
b133a757
Commit
b133a757
authored
Dec 13, 2011
by
Sebastian Ramacher
Browse files
pass sessionname
parent
565104a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
b133a757
...
...
@@ -147,7 +147,7 @@ zathura_init(int argc, char* argv[])
/* initialize girara */
zathura
->
ui
.
session
->
gtk
.
embed
=
embed
;
if
(
girara_session_init
(
zathura
->
ui
.
session
)
==
false
)
{
if
(
girara_session_init
(
zathura
->
ui
.
session
,
"zathura"
)
==
false
)
{
goto
error_out
;
}
...
...
Write
Preview
Markdown
is supported
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