mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 15:43:47 +01:00
Fix up
This commit is contained in:
parent
1065fc2846
commit
1061dc008f
@ -398,8 +398,7 @@ static void init_database(zathura_t* zathura) {
|
||||
g_free(database);
|
||||
}
|
||||
|
||||
init_jumplist(zathura_t* zathura)
|
||||
{
|
||||
static void init_jumplist(zathura_t* zathura) {
|
||||
int jumplist_size = 20;
|
||||
girara_setting_get(zathura->ui.session, "jumplist-size", &jumplist_size);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user