Revision: 1071 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1071&view=re... 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.
plugins-commits@lists.geany.org