diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-01-28 02:23:06 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-01-28 02:23:06 +0800 |
commit | 92f7098e3ea093c9badd3347234ef8f4d93c7db1 (patch) | |
tree | 45cb5f1af0cfcb4fb763272f67f7cd2b2bc86372 /shell/ChangeLog | |
parent | 0fda3e923ec78c749b3542bec0509844af9f0056 (diff) | |
download | gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.gz gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.bz2 gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.lz gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.xz gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.zst gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.zip |
shell compile fixes (some #includes pointing to old headers) to go
with removing widgets/shortcut-bar because it's in gal.
svn path=/trunk/; revision=7861
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 01cc8de557..c17faa51ed 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-01-27 Jason Leach <jasonleach@usa.net> + * e-shortcuts-view.h: Fix #include to point to gal instead of + widgets/shortcut-bar/ + + * e-shortcuts.c: Here too. + * e-shortcuts-view-model.h: And lastly here. + * Makefile.am (evolution_LDADD): Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore, gal has the new shortcut-bar. |