mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:33:48 +01:00
Merge branch 'develop' of pwmt.org:zathura into develop
This commit is contained in:
commit
676005ad99
@ -1,3 +1,4 @@
|
||||
If GDK_NATIVE_WINDOWS is enabled you will experience problems with large
|
||||
documents. In this case zathura might crash or pages cannot be rendered
|
||||
properly. Disabling GDK_NATIVE_WINDOWS fixes this issue.
|
||||
properly. Disabling GDK_NATIVE_WINDOWS fixes this issue. The same issue may
|
||||
appear, if overlay-scrollbar is enabled in GTK_MODULES.
|
||||
|
@ -828,7 +828,7 @@ document_open(zathura_t* zathura, const char* path, const char* password,
|
||||
/* bookmarks */
|
||||
if (zathura->database != NULL) {
|
||||
if (zathura_bookmarks_load(zathura, file_path) == false) {
|
||||
girara_warning("Failed to loads bookmarks.");
|
||||
girara_debug("Failed to load bookmarks.");
|
||||
}
|
||||
|
||||
/* jumplist */
|
||||
|
Loading…
Reference in New Issue
Block a user