From 80f7eb147d684def3b7a6435cba59372905ae17b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 10 Jan 2019 10:26:20 +0100 Subject: [PATCH] x11: katarakt: use "true" instead of 1 for boolean flag --- x11/katarakt.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/katarakt.ini b/x11/katarakt.ini index 170c11d..b014e4c 100644 --- a/x11/katarakt.ini +++ b/x11/katarakt.ini @@ -1,6 +1,6 @@ ; Katarakt (PDF viewer) configuration file. -; Copyright (C) 2016 Simon Ruderich +; Copyright (C) 2016-2019 Simon Ruderich ; ; This file is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ [Settings] ; Immediately quit when failing to open a file. -quit_on_init_fail = 1 +quit_on_init_fail = true ; Use grid layout per default which zooms to page width. default_layout = grid -- 2.43.2