SF.net SVN: geany:[5577] trunk/src/sidebar.c
colombanw at users.sourceforge.net
colombanw at xxxxx
Sun Mar 6 17:08:54 UTC 2011
Revision: 5577
http://geany.svn.sourceforge.net/geany/?rev=5577&view=rev
Author: colombanw
Date: 2011-03-06 17:08:54 +0000 (Sun, 06 Mar 2011)
Log Message:
-----------
Fix wrong constant variable
Modified Paths:
--------------
trunk/src/sidebar.c
Modified: trunk/src/sidebar.c
===================================================================
--- trunk/src/sidebar.c 2011-03-06 17:02:09 UTC (rev 5576)
+++ trunk/src/sidebar.c 2011-03-06 17:08:54 UTC (rev 5577)
@@ -868,7 +868,7 @@
if (gtk_tree_selection_get_selected(selection_change.selection, &model, &iter))
{
- const TMTag *tag;
+ TMTag *tag;
gtk_tree_model_get(model, &iter, SYMBOLS_COLUMN_TAG, &tag, -1);
if (! tag)
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