> IIRC there have been a few other keypress functions that don't return a > proper value in some cases
It did return a "proper" value (ie. `FALSE`), just that now we don't want the event to propagate since there's something that will now handle it (redundantly) upstream. > So there are probably more of these, anybody know an automated checking > method? Could probably grep for `gboolean` and `GdkEvent` on the same line. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1741#issuecomment-357685583
