# HG changeset patch # User Richard Laager # Date 1210050806 0 # Node ID 729a340375fad18b778e6ff7e101aa5e6ecc42e4 # Parent 5c9d9df219af4109cfb32fc3684ae92836ffb939 Fix a compiler warning due to a missing #ifdef USE_PYTHON diff -r 5c9d9df219af -r 729a340375fa finch/libgnt/gntwm.c --- 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)