Revision: 1071
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1071&view=rev
Author: eht16
Date: 2009-11-29 22:46:16 +0000 (Sun, 29 Nov 2009)
Log Message:
-----------
Update the Tasks list after the search tokens have been changed.
Modified Paths:
--------------
trunk/geany-plugins/addons/src/ao_tasks.c
Modified: trunk/geany-plugins/addons/src/ao_tasks.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_tasks.c 2009-11-29 22:01:40 UTC (rev 1070)
+++ trunk/geany-plugins/addons/src/ao_tasks.c 2009-11-29 22:46:16 UTC (rev 1071)
@@ -110,6 +110,7 @@
t = "TODO;FIXME"; /* fallback */
g_strfreev(priv->tokens);
priv->tokens = g_strsplit(t, ";", -1);
+ ao_tasks_update(AO_TASKS(object), NULL);
break;
}
default:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1064
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1064&view=rev
Author: eht16
Date: 2009-11-28 16:49:09 +0000 (Sat, 28 Nov 2009)
Log Message:
-----------
Remove another 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 16:25:09 UTC (rev 1063)
+++ trunk/geany-plugins/addons/src/ao_bookmarklist.c 2009-11-28 16:49:09 UTC (rev 1064)
@@ -67,7 +67,6 @@
PROP_ENABLE_BOOKMARKLIST
};
-/* documents tree model columns */
enum
{
BMLIST_COL_LINE,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.