summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 14:36:55 +0200
committerjcid <devnull@localhost>2008-09-30 14:36:55 +0200
commit424a39abbbaa2f73b68690c276faa94199c5b077 (patch)
tree2b3ee6c4077bd4294de2d2e0ed1f511807e59959 /src/ui.cc
parentbf974296adf971ecf48efb19c2ab262cd65925cc (diff)
- Typo correction
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index fd153f81..7a004166 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -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);