diff options
author | jcid <devnull@localhost> | 2008-05-22 18:31:16 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-22 18:31:16 +0200 |
commit | 5bebce82075f689f7cf0d749ecd2498bd4c52ff7 (patch) | |
tree | 13ccae2711aa8dbd7d8bc97eb4d51290575e23fb /src/menu.cc | |
parent | 9d97108cd3fe3a35bfcfabdf0839ab8d089dc483 (diff) |
- Replaced the findtext dialog with an in-window widget!
Diffstat (limited to 'src/menu.cc')
-rw-r--r-- | src/menu.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu.cc b/src/menu.cc index dba66980..8eea34c4 100644 --- a/src/menu.cc +++ b/src/menu.cc @@ -23,6 +23,7 @@ #include "uicmd.hh" #include "history.h" #include "html.hh" +#include "ui.hh" // for (UI *) using namespace fltk; @@ -116,8 +117,7 @@ static void Menu_add_bookmark_cb(Widget* ) */ static void Menu_find_text_cb(Widget* ) { -// a_UIcmd_fullscreen_toggle(popup_bw); - a_UIcmd_findtext_dialog(popup_bw); + ((UI *)popup_bw->ui)->set_findbar_visibility(1); } /* |