summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-09-02 21:34:53 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-09-02 21:34:53 +0000
commit7cf22d375e3bd6cef53b173d28fd01ada516b628 (patch)
treefb46fbcd5c9f0504d3efa0f85db3f3e8413cba45 /ChangeLog
parentbbe1fb11479c41f5d2c0af61ebfcd0b93d6465cc (diff)
downloadtotem-7cf22d375e3bd6cef53b173d28fd01ada516b628.tar.gz
Mark the attributes as readonly as they should be Patch from Christian
2007-09-02 Bastien Nocera <hadess@hadess.net> * browser-plugin/idl/totemICone.idl: Mark the attributes as readonly as they should be * browser-plugin/totemConePlugin.cpp: Patch from Christian Persch <chpe@gnome.org> to add stubs for the main totemConePlugin object (Helps: 462544) svn path=/trunk/; revision=4656
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb8f941d2..1d22dccad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-02 Bastien Nocera <hadess@hadess.net>
+
+ * browser-plugin/idl/totemICone.idl: Mark the attributes
+ as readonly as they should be
+ * browser-plugin/totemConePlugin.cpp: Patch from Christian Persch
+ <chpe@gnome.org> to add stubs for the main totemConePlugin object
+ (Helps: 462544)
+
2007-09-02 Christian Persch <chpe@gnome.org>
* src/Makefile.am: Fix non-srcdir builds. Bug #472955.