summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-07-09 10:51:46 +0200
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-07-09 10:51:46 +0200
commite83f587d095bb49c494e429fcfa43d4ee3b7e047 (patch)
tree1ad845cd380acdcc85cd927a7343009fcd03ce1d /src/trg-main-window.c
parentd4711b4c9e9ae88ed75829371f184b6f7b387a27 (diff)
make the gtk3 graph build (this was supposed to be a branch but I forgot to checkout...). some more fixes needed here.
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c4
1 files changed, 4 insertions, 0 deletions
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"