| 661 |
} |
} |
| 662 |
|
|
| 663 |
ret = section_list_select(page_count, article_count, &page_id, &selected_index); |
ret = section_list_select(page_count, article_count, &page_id, &selected_index); |
| 664 |
|
|
| 665 |
|
// Update current aid location |
| 666 |
|
section_aid_locations[section_index] = p_articles[selected_index]->aid; |
| 667 |
|
|
| 668 |
switch (ret) |
switch (ret) |
| 669 |
{ |
{ |
| 670 |
case EXIT_SECTION: |
case EXIT_SECTION: |
| 846 |
// Update current topic |
// Update current topic |
| 847 |
section_topic_view_tid = (p_articles[selected_index]->tid == 0 ? p_articles[selected_index]->aid : p_articles[selected_index]->tid); |
section_topic_view_tid = (p_articles[selected_index]->tid == 0 ? p_articles[selected_index]->aid : p_articles[selected_index]->tid); |
| 848 |
|
|
|
// Update current aid location |
|
|
section_aid_locations[section_index] = p_articles[selected_index]->aid; |
|
|
|
|
| 849 |
if (section_list_draw_screen(sname, stitle, master_list, display_nickname) < 0) |
if (section_list_draw_screen(sname, stitle, master_list, display_nickname) < 0) |
| 850 |
{ |
{ |
| 851 |
log_error("section_list_draw_screen() error\n"); |
log_error("section_list_draw_screen() error\n"); |