From a007678f344943d6ea86392723004a3a72320d9e Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 4 Jan 2012 10:40:44 +0000 Subject: make the torrent add tree view and the files tree view fairly consistent, sharing code where possible. this allows changing priority and enabled using a directory. expand/collapse all buttons. the one taken from Transmission for torrent add dialog now has menus and the mime icons. may be bugs here, I know there's one with directories appearing as mixed and not updating upwards properly, but it's a start. --- src/trg-cell-renderer-priority.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-cell-renderer-priority.c') diff --git a/src/trg-cell-renderer-priority.c b/src/trg-cell-renderer-priority.c index 9d1f7ad..7714267 100644 --- a/src/trg-cell-renderer-priority.c +++ b/src/trg-cell-renderer-priority.c @@ -112,7 +112,7 @@ trg_cell_renderer_priority_class_init(TrgCellRendererPriorityClass * klass) static void trg_cell_renderer_priority_init(TrgCellRendererPriority * - self G_GNUC_UNUSED) + self) { } -- cgit v1.2.3