diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-16 02:34:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-16 02:34:59 +0800 |
commit | ac0c655f3f2a8e47b0cca877aabae66421c58187 (patch) | |
tree | dd86bd195dff93b54184840e7beca7ffa5a11e99 /ui/Makefile.am | |
parent | c049cedd6969d77649db15b71f4ba112d4a2c065 (diff) | |
download | gsoc2013-evolution-ac0c655f3f2a8e47b0cca877aabae66421c58187.tar.gz gsoc2013-evolution-ac0c655f3f2a8e47b0cca877aabae66421c58187.tar.zst gsoc2013-evolution-ac0c655f3f2a8e47b0cca877aabae66421c58187.zip |
Migrate CompEditor, CompEditorPage, and the various subclasses from
BonoboUI to GtkUIManager. See bug #542125.
svn path=/branches/kill-bonobo/; revision=35746
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index c0f0d8e0fe..80193355f9 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -7,10 +7,6 @@ XML_FILES = \ evolution-mail-global.xml \ evolution-mail-messagedisplay.xml \ evolution-memos.xml \ - evolution-event-editor.xml \ - evolution-memo-editor.xml \ - evolution-task-editor.xml \ - evolution-editor.xml \ evolution-tasks.xml evolutionui_DATA = $(XML_FILES) |