fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 100 forks source link

Fix crash in normal_focus_last_active #621

Closed mawww closed 4 years ago

mawww commented 4 years ago

g_variant_get was missing a parameter for the string element of the variant tuple, pass NULL there as we dont care about that value.

fanglingsu commented 4 years ago

@mawww Well spottet. I've never seen this crash on my system. Than you for fixing it.