diff options
author | corvid <corvid@lavabit.com> | 2011-01-06 03:09:45 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-06 03:09:45 +0000 |
commit | 1aa8c2e16f5fea7763db6415f0684f51d01f4de3 (patch) | |
tree | 2f411d2573699a93bf08dd0daf4a61f2e2e4a832 /src/findbar.cc | |
parent | 8892eae102902313083729b022529dcbc9798fd9 (diff) |
when
Diffstat (limited to 'src/findbar.cc')
-rw-r--r-- | src/findbar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.cc b/src/findbar.cc index 49cffcd6..713b13ac 100644 --- a/src/findbar.cc +++ b/src/findbar.cc @@ -132,7 +132,7 @@ Findbar::Findbar(int width, int height) : x += input_width + gap; resizable(i); i->color(206); - i->when(WHEN_ENTER_KEY_ALWAYS); + i->when(FL_WHEN_ENTER_KEY_ALWAYS); i->callback(search_cb2, this); i->clear_tab_to_focus(); i->set_click_to_focus(); |