summaryrefslogtreecommitdiff
path: root/src/trg-files-tree.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-10 19:24:31 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-10 19:24:31 +0000
commit3ba2b844d74f7196ac92b8ff6d6e516784e9140e (patch)
tree58894dd9a835f6ed8ef27a2df0e9884a57fe7322 /src/trg-files-tree.h
parent8d986c31c7d47c2c6f8c5e2eab34b6467ed9365e (diff)
fix for click on priority in main tree view toggling enabled/disabled. increment file parent sizes in the temporary tree instead of in the gtk model for performance.
Diffstat (limited to 'src/trg-files-tree.h')
-rw-r--r--src/trg-files-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-files-tree.h b/src/trg-files-tree.h
index 3cc7269..bfd9189 100644
--- a/src/trg-files-tree.h
+++ b/src/trg-files-tree.h
@@ -26,7 +26,7 @@
#include "trg-files-tree.h"
typedef struct {
- char *name;
+ gchar *name;
gint64 length;
gint64 bytesCompleted;
GList *children;