(trunk gtk) #3916 "Reorder the list when metadata is downloaded" -- fix r11737 typo.
This commit is contained in:
parent
aea77bc9f6
commit
58c7556534
|
@ -1332,7 +1332,7 @@ update_foreach( GtkTreeModel * model,
|
|||
gtk_list_store_set( GTK_LIST_STORE( model ), iter,
|
||||
MC_ACTIVE, newActive,
|
||||
MC_ACTIVITY, newActivity,
|
||||
MC_NAME_COLLATED, &newCollatedName,
|
||||
MC_NAME_COLLATED, newCollatedName,
|
||||
MC_FINISHED, newFinished,
|
||||
MC_PRIORITY, newPriority,
|
||||
MC_TRACKERS, newTrackers,
|
||||
|
|
Loading…
Reference in New Issue