Fixed none clickable search suggestion (#134).
authorDaniel Carl <danielcarl@gmx.de>
Sun, 26 Oct 2014 22:47:19 +0000 (23:47 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 26 Oct 2014 22:49:39 +0000 (23:49 +0100)
commit27c2042b33948682345845c3ce71933d4d27661a
tree5a11632d3609ceda496579176b7805eb8d5a8b8c
parent451ba581558e61762b0bdee98df68838927a45f0
Fixed none clickable search suggestion (#134).

Search suggestions on google where not clickable since the patch for the
WYSIWYG editors. This was caused by a wrong return value in the callback for
button-release-event signal.
Renamed variable for the return value, this was wrong, because TRUE means stop
click propagation and not to propagate like the variable name purports.
src/main.c