summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/grid-arrange-tab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/grid-arrange-tab.cpp b/src/ui/dialog/grid-arrange-tab.cpp
index c44f66a4d..ccd23a572 100644
--- a/src/ui/dialog/grid-arrange-tab.cpp
+++ b/src/ui/dialog/grid-arrange-tab.cpp
@@ -311,7 +311,7 @@ g_print("\n row = %f col = %f selection x= %f selection y = %f", total_row_h
GSList *current_row = NULL;
col_cnt = 0;
- for(;it!=sorted.end()&&col<NoOfCols;it++) {
+ for(;it!=sorted.end()&&col_cnt<NoOfCols;it++) {
current_row = g_slist_append (current_row, *it);
col_cnt++;
}