(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
1 changed files with 1 additions and 1 deletions

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,