aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/Makefile.am3
-rw-r--r--ui/my-evolution.xml29
3 files changed, 7 insertions, 31 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 8a7255a9e4..a46228dbd5 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-23 Dan Winship <danw@ximian.com>
+
+ * my-evolution.xml: Remove (this was the Summary's UI file)
+
+ * Makefile.am (XML_FILES): Remove my-evolution.xml
+
2004-02-11 Rodney Dawes <dobey@ximian.com>
* evolution-mail-message.xml: Add sender to Address Book, not
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 47e1e04779..d527917874 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -16,8 +16,7 @@ XML_FILES = \
evolution-signature-editor.xml \
evolution-subscribe.xml \
evolution-task-editor.xml \
- evolution-tasks.xml \
- my-evolution.xml
+ evolution-tasks.xml
evolutionui_DATA = $(XML_FILES)
diff --git a/ui/my-evolution.xml b/ui/my-evolution.xml
deleted file mode 100644
index 8588ec3337..0000000000
--- a/ui/my-evolution.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<Root>
-
- <commands>
- <cmd name="PrintMyEvolution" _label="Print" _tip="Print Summary"
- pixtype="stock" pixname="Print"/>
-
- <cmd name="Reload" _label="Reload" _tip="Reload the view"
- pixtype="stock" pixname="Refresh"/>
- </commands>
-
- <menu>
- <submenu name="File">
- <placeholder name="Print">
- <menuitem name="Print" verb="PrintMyEvolution"
- _label="_Print..." _tip="Print summary"
- accel="*Control*p" pixtype="pixbuf"/>
- </placeholder>
- </submenu>
- </menu>
-
- <dockitem name="Toolbar">
-
- <toolitem name="PrintMyEvolution" verb="PrintMyEvolution"
- _label="Print" pixtype="pixbuf" priority="1"/>
-
- <toolitem name="Reload" verb="Reload"
- _label="Reload" priority="1"/>
- </dockitem>
-</Root>