summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.h
diff options
context:
space:
mode:
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"