SF.net SVN: geany-plugins:[536] trunk/geanyvc/geanyvc.c
kugel- at users.sourceforge.net
kugel- at xxxxx
Sat Mar 7 20:13:27 UTC 2009
Revision: 536
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=536&view=rev
Author: kugel-
Date: 2009-03-07 20:13:26 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
Make local function static.
Modified Paths:
--------------
trunk/geanyvc/geanyvc.c
Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c 2009-03-07 19:43:19 UTC (rev 535)
+++ trunk/geanyvc/geanyvc.c 2009-03-07 20:13:26 UTC (rev 536)
@@ -1144,7 +1144,7 @@
gtk_tree_path_free(path);
}
-gboolean
+static gboolean
toggle_all_commit_files (GtkTreeModel *model, GtkTreePath *path,
GtkTreeIter *iter, gpointer data)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list