SF.net SVN: geany: [2077] trunk/src/keybindings.c

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Nov 29 18:21:15 UTC 2007


Revision: 2077
          http://geany.svn.sourceforge.net/geany/?rev=2077&view=rev
Author:   eht16
Date:     2007-11-29 10:21:12 -0800 (Thu, 29 Nov 2007)

Log Message:
-----------
Fix compiler warning on Windows.

Modified Paths:
--------------
    trunk/src/keybindings.c

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2007-11-29 18:18:52 UTC (rev 2076)
+++ trunk/src/keybindings.c	2007-11-29 18:21:12 UTC (rev 2077)
@@ -672,6 +672,7 @@
 }
 
 
+#ifdef HAVE_VTE
 static gboolean set_sensitive(gpointer widget)
 {
 	gtk_widget_set_sensitive(GTK_WIDGET(widget), TRUE);
@@ -679,7 +680,6 @@
 }
 
 
-#ifdef HAVE_VTE
 static gboolean check_vte(GdkModifierType state, guint keyval)
 {
 	guint i;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list