Changeset 1902
- Timestamp:
- 05/07/07 17:27:45
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-gtk-header-list-model.c
r1897 r1902 480 480 /* printf ("updated=%d, goingto=%d\n", updated, going_to_update); */ 481 481 482 /* TNY TODO: I'm -1-ing this because it looks like it (GtkTreeView) doesn't 483 * want you to gtk_tree_model_row_inserted all the rows ?! The TODO item here 484 * is to figure out what is wrong or why it works if I -1 it?! */ 485 486 for (i = updated; i < going_to_update-1; i++) 482 for (i = updated; i < going_to_update; i++) 487 483 { 488 484 GtkTreeIter iter;
