summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-07-08 21:00:19 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-07-08 21:00:19 +0100
commitd4711b4c9e9ae88ed75829371f184b6f7b387a27 (patch)
tree57bd19af65f97a67ca849c1d3c875dae27259b9f /src/trg-torrent-graph.c
parent3e1b3eae8bc2271512066be16789c777d1634ea0 (diff)
gtk3 60 second graphing - this is a seperate source for now, could be easily merged it seems.
Diffstat (limited to 'src/trg-torrent-graph.c')
-rw-r--r--src/trg-torrent-graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-graph.c b/src/trg-torrent-graph.c
index 6cd9216..73f91cc 100644
--- a/src/trg-torrent-graph.c
+++ b/src/trg-torrent-graph.c
@@ -29,7 +29,7 @@
#include "trg-torrent-graph.h"
-#if TRG_WITH_GRAPH
+#if !GTK_CHECK_VERSION( 3, 0, 0 )
#include <math.h>
#include <glib.h>