diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-10-09 03:02:52 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-10-09 03:02:52 +0800 |
commit | ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e (patch) | |
tree | fb43afb50fb6060c6d7cb88e23c0d08bf0cd615f /ChangeLog | |
parent | e9340cbe3cecbb19bce27b500b7015e9912452e4 (diff) | |
download | gsoc2013-epiphany-ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e.tar gsoc2013-epiphany-ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e.tar.gz gsoc2013-epiphany-ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e.tar.bz2 gsoc2013-epiphany-ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e.tar.lz gsoc2013-epiphany-ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e.tar.xz gsoc2013-epiphany-ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e.tar.zst gsoc2013-epiphany-ba138ec9e01ef7c7fb3b583c4babd24cfa5cd69e.zip |
Fix a bug in the last commit.
2006-10-08 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Fix a bug in the last commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ * src/Makefile.am: * src/bookmarks/Makefile.am: + Fix a bug in the last commit. + +2006-10-08 Christian Persch <chpe@cvs.gnome.org> + + * embed/Makefile.am: + * lib/Makefile.am: + * lib/egg/Makefile.am: + * src/Makefile.am: + * src/bookmarks/Makefile.am: + Make the enum/flags values not global. 2006-10-06 Christian Persch <chpe@cvs.gnome.org> |