Revision: 1061 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1061&view=re... Author: eht16 Date: 2009-11-28 15:31:41 +0000 (Sat, 28 Nov 2009)
Log Message: ----------- Remove wrong comment
Modified Paths: -------------- trunk/geany-plugins/addons/src/ao_bookmarklist.c
Modified: trunk/geany-plugins/addons/src/ao_bookmarklist.c =================================================================== --- trunk/geany-plugins/addons/src/ao_bookmarklist.c 2009-11-28 13:55:04 UTC (rev 1060) +++ trunk/geany-plugins/addons/src/ao_bookmarklist.c 2009-11-28 15:31:41 UTC (rev 1061) @@ -196,7 +196,6 @@ GtkTreeIter iter; GtkTreeModel *model;
- /* use switch_notebook_page to ignore changing the notebook page because it is already done */ if (gtk_tree_selection_get_selected(selection, &model, &iter)) { gint line;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org