changeset 22828:729a340375fa

Fix a compiler warning due to a missing #ifdef USE_PYTHON
author Richard Laager <rlaager@wiktel.com>
date Tue, 06 May 2008 05:13:26 +0000
parents 5c9d9df219af
children 9089d36d64c9
files finch/libgnt/gntwm.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gntwm.c	Tue May 06 05:10:40 2008 +0000
+++ b/finch/libgnt/gntwm.c	Tue May 06 05:13:26 2008 +0000
@@ -101,7 +101,9 @@
 static gboolean idle_update;
 static GList *act = NULL; /* list of WS with unseen activitiy */
 static gboolean ignore_keys = FALSE;
+#ifdef USE_PYTHON
 static gboolean started_python = FALSE;
+#endif
 
 static GList *
 g_list_bring_to_front(GList *list, gpointer data)