pidgin: 02d1b6e1: Fix a compiler warning due to a missing ...

rlaager at pidgin.im rlaager at pidgin.im
Tue May 6 22:50:42 EDT 2008


-----------------------------------------------------------------
Revision: 02d1b6e1b18a057f6dc1f4698d85c8cd005f3bbc
Ancestor: f0461fc8d7d1e4d39c2556762728e11aada58ca7
Author: rlaager at pidgin.im
Date: 2008-05-06T05:13:26
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/02d1b6e1b18a057f6dc1f4698d85c8cd005f3bbc

Modified files:
        finch/libgnt/gntwm.c

ChangeLog: 

Fix a compiler warning due to a missing #ifdef USE_PYTHON

-------------- next part --------------
============================================================
--- finch/libgnt/gntwm.c	004dbb44dfea55e622435ab9de36a6b2eb621268
+++ finch/libgnt/gntwm.c	d1131470cc7fce659971dd2fa70ca80b8ed0a29f
@@ -101,7 +101,9 @@ static gboolean ignore_keys = FALSE;
 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)


More information about the Commits mailing list