Revision: 7148 Author: ek.kato Date: Fri Jun 17 06:30:20 2011 Log: * gtk2/candwin/horizontal-gtk.c (uim_cand_win_gtk_set_index) : Fix to show new page.
http://code.google.com/p/uim/source/detail?r=7148 Modified: /trunk/gtk2/candwin/horizontal-gtk.c ======================================= --- /trunk/gtk2/candwin/horizontal-gtk.c Fri Jun 17 02:17:18 2011 +++ /trunk/gtk2/candwin/horizontal-gtk.c Fri Jun 17 06:30:20 2011 @@ -796,8 +796,10 @@ else new_page = cwin->page_index; - if (cwin->page_index != new_page) + if (cwin->page_index != new_page) { uim_cand_win_gtk_set_page(cwin, new_page); + uim_cand_win_gtk_show(cwin); + } if (cwin->candidate_index >= 0) { gint pos;
