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
pwmt
zathura
Commits
7c3417bb
Commit
7c3417bb
authored
Oct 01, 2015
by
Sidharth Kapur
Browse files
Remove unnecessary retrieval of settings
parent
0c81a47e
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/zathura.c
View file @
7c3417bb
...
...
@@ -1122,8 +1122,6 @@ statusbar_page_number_update(zathura_t* zathura)
girara_setting_get
(
zathura
->
ui
.
session
,
"window-title-page"
,
&
page_number_in_window_title
);
if
(
page_number_in_window_title
==
true
)
{
bool
basename_only
=
false
;
girara_setting_get
(
zathura
->
ui
.
session
,
"window-title-basename"
,
&
basename_only
);
char
*
title
=
g_strdup_printf
(
"%s %s"
,
get_window_title_filename
(
zathura
,
zathura_document_get_path
(
zathura
->
document
)),
page_number_text
);
...
...
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