summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2009-01-06 18:03:51 +0000
committerTim-Philipp Müller <tim@centricular.net>2009-01-06 18:03:51 +0000
commitbe8729251419585f485c01e74c2999ded4ef3413 (patch)
tree76782118f91b553e14b285c4eb97c7f762c7339e /ChangeLog
parent743178924980c254b551042eb22da9df5e6d230d (diff)
Use new core API to make registry re-scan the plugin whenever visualisations are added or removed (see #350477).
Original commit message from CVS: * configure.ac: * ext/libvisual/visual.c: (plugin_init): Use new core API to make registry re-scan the plugin whenever visualisations are added or removed (see #350477).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb8115b9..308bbaa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * configure.ac:
+ * ext/libvisual/visual.c: (plugin_init):
+ Use new core API to make registry re-scan the plugin
+ whenever visualisations are added or removed (see #350477).
+
2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: José Alburquerque <jaalburqu svn gnome org>