projects
/
transmission
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea77bc
)
(trunk gtk) #3916 "Reorder the list when metadata is downloaded" -- fix r11737 typo.
author
Jordan Lee
<jordan@transmissionbt.com>
Fri, 21 Jan 2011 16:36:57 +0000
(16:36 +0000)
committer
Jordan Lee
<jordan@transmissionbt.com>
Fri, 21 Jan 2011 16:36:57 +0000
(16:36 +0000)
gtk/tr-core.c
patch
|
blob
|
history
diff --git
a/gtk/tr-core.c
b/gtk/tr-core.c
index 1b94954c50d44c7c307f59f542221039d3646386..a537836ce6c40fc96897d2b3dc78784ab9f308f6 100644
(file)
--- a/
gtk/tr-core.c
+++ b/
gtk/tr-core.c
@@
-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,