SF.net SVN: geany-plugins:[1061] trunk/geany-plugins/addons/src/ ao_bookmarklist.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Sat Nov 28 15:31:41 UTC 2009
Revision: 1061
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1061&view=rev
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.
More information about the Plugins-Commits
mailing list