Revision: 7149 Author: ek.kato Date: Fri Jun 17 06:31:17 2011 Log: * gtk2/candwin/horizontal-gtk.c (uim_cand_win_gtk_set_page) : Fix indent.
http://code.google.com/p/uim/source/detail?r=7149 Modified: /trunk/gtk2/candwin/horizontal-gtk.c ======================================= --- /trunk/gtk2/candwin/horizontal-gtk.c Fri Jun 17 06:30:20 2011 +++ /trunk/gtk2/candwin/horizontal-gtk.c Fri Jun 17 06:31:17 2011 @@ -984,7 +984,7 @@ if (new_index >= (gint) cwin->nr_candidates) new_index = cwin->nr_candidates - 1; - /* shrink the window */ + /* shrink the window */ gtk_window_resize(GTK_WINDOW(cwin), CANDWIN_DEFAULT_WIDTH, 1); uim_cand_win_gtk_set_index(cwin, new_index);
