diff options
author | jcid <devnull@localhost> | 2008-09-30 14:36:55 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 14:36:55 +0200 |
commit | 424a39abbbaa2f73b68690c276faa94199c5b077 (patch) | |
tree | 2b3ee6c4077bd4294de2d2e0ed1f511807e59959 | |
parent | bf974296adf971ecf48efb19c2ab262cd65925cc (diff) |
- Typo correction
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ PackedGroup *UI::make_location() i->color(CuteColor); i->when(WHEN_ENTER_KEY); i->callback(location_cb, this); - b->set_click_to_focus(); + i->set_click_to_focus(); Search = b = new HighlightButton(0,0,16,22,0); ImgSearch = new xpmImage(search_xpm); |