(trunk gtk) #3916 "Reorder the list when metadata is downloaded" -- fix r11737 typo.
authorJordan Lee <jordan@transmissionbt.com>
Fri, 21 Jan 2011 16:36:57 +0000 (16:36 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 21 Jan 2011 16:36:57 +0000 (16:36 +0000)
gtk/tr-core.c

index 1b94954c50d44c7c307f59f542221039d3646386..a537836ce6c40fc96897d2b3dc78784ab9f308f6 100644 (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,