SF.net SVN: geany: [1959] trunk/src/prefs.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Oct 18 18:19:17 UTC 2007
Revision: 1959
http://geany.svn.sourceforge.net/geany/?rev=1959&view=rev
Author: eht16
Date: 2007-10-18 11:19:17 -0700 (Thu, 18 Oct 2007)
Log Message:
-----------
Fix minor compiler warning about shadowed variable.
Modified Paths:
--------------
trunk/src/prefs.c
Modified: trunk/src/prefs.c
===================================================================
--- trunk/src/prefs.c 2007-10-18 18:03:28 UTC (rev 1958)
+++ trunk/src/prefs.c 2007-10-18 18:19:17 UTC (rev 1959)
@@ -708,8 +708,6 @@
// override each document setting only if the default has changed
if (editor_prefs.use_tabs != use_tabs)
{
- guint i;
-
editor_prefs.use_tabs = use_tabs;
for (i = 0; i < doc_array->len; 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