Revision: 7389
Author: nogu.dev
Date: Mon Jan 2 02:10:35 2012
Log: * gtk2/pref/gtk-custom-widgets.c
- (create_table_tree_view): Change indent size.
http://code.google.com/p/uim/source/detail?r=7389
Modified:
/trunk/gtk2/pref/gtk-custom-widgets.c
=======================================
--- /trunk/gtk2/pref/gtk-custom-widgets.c Mon Jan 2 02:10:23 2012
+++ /trunk/gtk2/pref/gtk-custom-widgets.c Mon Jan 2 02:10:35 2012
@@ -1996,10 +1996,10 @@
/* the number may differ from row to row */
n_columns = -1;
for (i = 0; custom_table[i]; i++) {
- for (j = 0; custom_table[i][j]; j++) {
- if (n_columns < j)
- n_columns = j;
- }
+ for (j = 0; custom_table[i][j]; j++) {
+ if (n_columns < j)
+ n_columns = j;
+ }
}
n_columns++;