diff --git a/config.mk b/config.mk index 727f72b..0a55194 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ # See LICENSE file for license and copyright information # zathura make config -VERSION = 0.0.8 +VERSION = 0.0.8.1 # paths PREFIX ?= /usr diff --git a/zathura.1 b/zathura.1 index e4ce0f6..bb8bd97 100644 --- a/zathura.1 +++ b/zathura.1 @@ -93,7 +93,7 @@ Reload the document Change goto mode (L: search labels, D: default, O: manual offset) .TP .B ^i -Invert the colors of the page +Recolors the page .TP .B i Change to insert mode @@ -225,4 +225,5 @@ change and adjust all the settings of zathura according to your wishes. In addition you can create a zathurarc file (default path: ~/.config/zathura/zathurarc) to overwrite settings and keybindings by using the set and map function. For -more information please check the faq on the website: http://pwmt.org/zathura +more information please check the faq on the website: +http://pwmt.org/projects/zathura diff --git a/zathura.c b/zathura.c index 0ebd78c..c4481db 100644 --- a/zathura.c +++ b/zathura.c @@ -1409,8 +1409,6 @@ read_configuration_file(const char* rcfile) cmd_set(length - 1, tokens + 1); else if(!strcmp(tokens[0], "map")) cmd_map(length - 1, tokens + 1); - - g_strfreev(tokens); } g_strfreev(lines);