comparison finch/libgnt/gntwm.c @ 22853: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 1de2fa8be76b
children f10aba5592c6
comparison
equal deleted inserted replaced
22852:5c9d9df219af 22853:729a340375fa
99 static int write_timeout; 99 static int write_timeout;
100 static time_t last_active_time; 100 static time_t last_active_time;
101 static gboolean idle_update; 101 static gboolean idle_update;
102 static GList *act = NULL; /* list of WS with unseen activitiy */ 102 static GList *act = NULL; /* list of WS with unseen activitiy */
103 static gboolean ignore_keys = FALSE; 103 static gboolean ignore_keys = FALSE;
104 #ifdef USE_PYTHON
104 static gboolean started_python = FALSE; 105 static gboolean started_python = FALSE;
106 #endif
105 107
106 static GList * 108 static GList *
107 g_list_bring_to_front(GList *list, gpointer data) 109 g_list_bring_to_front(GList *list, gpointer data)
108 { 110 {
109 list = g_list_remove(list, data); 111 list = g_list_remove(list, data);