diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-28 20:40:13 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-28 20:40:13 +0800 |
commit | 303db392fa60c47b6627d28faee267d474da6ea6 (patch) | |
tree | ac02b62d78af6371cfdffd2baf60aae7e3392168 | |
parent | 62f22b100fe4530fd776fef1c8bd00499d88d57e (diff) | |
download | gsoc2013-evolution-303db392fa60c47b6627d28faee267d474da6ea6.tar gsoc2013-evolution-303db392fa60c47b6627d28faee267d474da6ea6.tar.gz gsoc2013-evolution-303db392fa60c47b6627d28faee267d474da6ea6.tar.bz2 gsoc2013-evolution-303db392fa60c47b6627d28faee267d474da6ea6.tar.lz gsoc2013-evolution-303db392fa60c47b6627d28faee267d474da6ea6.tar.xz gsoc2013-evolution-303db392fa60c47b6627d28faee267d474da6ea6.tar.zst gsoc2013-evolution-303db392fa60c47b6627d28faee267d474da6ea6.zip |
Don't compile the subscribe control for now, as it needs to be
converted to the new Bonobo UI handler code first. (It doesn't even
compile with the current Bonobo.)
svn path=/trunk/; revision=5617
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/Makefile.am | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 87fa08d195..376ceff064 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-09-28 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am: Don't compile `subscribe-control' for now. It + needs to be converted to the new UI handler code in Bonobo; it + doesn't compile right now. + 2000-09-27 Chris Toshok <toshok@helixcode.com> * subscribe-control.c (subscribe_refresh_list): new function. diff --git a/mail/Makefile.am b/mail/Makefile.am index d2d44b3fdd..83ae9cf4be 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -78,10 +78,6 @@ evolution_mail_SOURCES = \ message-thread.c \ message-thread.h \ session.c \ - subscribe-control.c \ - subscribe-control.h \ - subscribe-control-factory.c \ - subscribe-control-factory.h \ mail.h evolution_mail_LDADD = \ |