[zathura] [Zathura PATCH] Use the 64-bit variants of g_param_spec_int and g_value_set_int for installing and accessing the last-view property.

2013-04-01 Thread Marwan Tanager
This fixes the bug of the page cache acting weird (e.g. the same cache index is invalidated over and over again) after being used for some time. This is because when we read the last-view property, we only get the least-significant 32 bits of the last_view private member. --- page-widget.c |

[zathura] g_param_spec_int64 commit segfaults on my machine

2013-04-01 Thread Abdó Roig-Maranges
Hi, The last commit in zathura's develop branch (1a145c5166cd834, Use the 64-bit variants of g_param_spec_int ...) segfaults on my machine. I'm running Arch with gcc 4.7.2 and gtk 2.24.17. By the way, I posted some new issues (patches) on your bug tracker. Only after posting there I realized