1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 21:26:53 +00:00

(trunk gtk) #3916 "Reorder the list when metadata is downloaded" -- fix r11737 typo.

This commit is contained in:
Jordan Lee 2011-01-21 16:36:57 +00:00
parent aea77bc9f6
commit 58c7556534

View file

@ -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,