From e83f587d095bb49c494e429fcfa43d4ee3b7e047 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 9 Jul 2012 10:51:46 +0200 Subject: make the gtk3 graph build (this was supposed to be a branch but I forgot to checkout...). some more fixes needed here. --- src/trg-main-window.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/trg-main-window.c') diff --git a/src/trg-main-window.c b/src/trg-main-window.c index ea3e342..74ae002 100644 --- a/src/trg-main-window.c +++ b/src/trg-main-window.c @@ -66,7 +66,11 @@ #include "trg-trackers-tree-view.h" #include "trg-trackers-model.h" #include "trg-state-selector.h" +#if GTK_CHECK_VERSION( 3, 0, 0 ) +#include "trg-torrent-graph3.h" +#else #include "trg-torrent-graph.h" +#endif #include "trg-torrent-move-dialog.h" #include "trg-torrent-props-dialog.h" #include "trg-torrent-add-url-dialog.h" -- cgit v1.2.3