Skip to content

Commit

Permalink
[wiki-app] Update from Symbio
Browse files Browse the repository at this point in the history
enable the scrolling at the wiki selection screen

Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Jul 7, 2010
1 parent e80bd7d commit 6c58efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki-app/wikilib.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ void handle_search_key(struct keyboard_key *key, unsigned long ev_time)
static void handle_cursor(struct wl_input_event *ev)
{
DP(DBG_WL, ("O handle_cursor()\n"));
if (display_mode == DISPLAY_MODE_ARTICLE) {
if (display_mode == DISPLAY_MODE_ARTICLE || display_mode == DISPLAY_MODE_WIKI_SELECTION) {
if (ev->key_event.keycode == WL_INPUT_KEY_CURSOR_DOWN)
display_article_with_pcf(50);
else if (ev->key_event.keycode == WL_INPUT_KEY_CURSOR_UP)
Expand Down

0 comments on commit 6c58efe

Please sign in to comment.