diff options
author | corvid <corvid@lavabit.com> | 2011-02-18 02:06:35 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-02-18 02:06:35 +0000 |
commit | 151ad1018b0c1481474617ca96d393d95dd8a07e (patch) | |
tree | c0e776ad96dabe51888be6d1a8d6ffca62e51a0f /src/findbar.hh | |
parent | dc7a94459dd07aa469ad60de677a5bce48487ed4 (diff) |
findbar activation
the Fl_Input would eat the shift-enter keypress, meaning that the
Previous button never got its shortcut.
Diffstat (limited to 'src/findbar.hh')
-rw-r--r-- | src/findbar.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/findbar.hh b/src/findbar.hh index 77d4a685..11986407 100644 --- a/src/findbar.hh +++ b/src/findbar.hh @@ -20,7 +20,6 @@ class Findbar : public Fl_Group { static void search_cb (Fl_Widget *, void *); static void searchBackwards_cb (Fl_Widget *, void *); - static void search_cb2 (Fl_Widget *, void *); static void hide_cb (Fl_Widget *, void *); public: |