summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-07-09 13:34:36 +0200
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-07-09 13:34:36 +0200
commita2f0da7d7ff4c6ae7db689ff1c6c6bc3fc359b52 (patch)
treea9dc9983eb3044407772de769c6c63d3f201a9b8 /src/trg-torrent-graph.h
parent87026711882826d6b67c561712bd86412585020c (diff)
Revert "gtk3 60 second graphing - this is a seperate source for now, could be easily merged it seems."
Diffstat (limited to 'src/trg-torrent-graph.h')
-rw-r--r--src/trg-torrent-graph.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/trg-torrent-graph.h b/src/trg-torrent-graph.h
index c8aabaf..49a9b87 100644
--- a/src/trg-torrent-graph.h
+++ b/src/trg-torrent-graph.h
@@ -5,7 +5,9 @@
#include <gtk/gtk.h>
-#if !GTK_CHECK_VERSION( 3, 0, 0 )
+#define TRG_WITH_GRAPH !GTK_CHECK_VERSION( 3, 0, 0 )
+
+#if TRG_WITH_GRAPH
#include <glib-object.h>
#include "trg-torrent-model.h"