aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-05-20 05:18:53 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-05-20 05:18:53 +0800
commit28182d6b8cf1f539f9c9734288ceb86dcecd8bad (patch)
tree250f816dbda4f1b0243f98af59097ea8dc95861a /ui
parent68993450af37ad116a4074505dc2281fac2a04c1 (diff)
downloadgsoc2013-evolution-28182d6b8cf1f539f9c9734288ceb86dcecd8bad.tar
gsoc2013-evolution-28182d6b8cf1f539f9c9734288ceb86dcecd8bad.tar.gz
gsoc2013-evolution-28182d6b8cf1f539f9c9734288ceb86dcecd8bad.tar.bz2
gsoc2013-evolution-28182d6b8cf1f539f9c9734288ceb86dcecd8bad.tar.lz
gsoc2013-evolution-28182d6b8cf1f539f9c9734288ceb86dcecd8bad.tar.xz
gsoc2013-evolution-28182d6b8cf1f539f9c9734288ceb86dcecd8bad.tar.zst
gsoc2013-evolution-28182d6b8cf1f539f9c9734288ceb86dcecd8bad.zip
Neither is this. Remove it from source control.
2008-05-19 Matthew Barnes <mbarnes@redhat.com> * ui/Makefile.am: * ui/evolution-signature-editor.xml: Neither is this. Remove it from source control. svn path=/trunk/; revision=35517
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/Makefile.am1
-rw-r--r--ui/evolution-signature-editor.xml73
3 files changed, 6 insertions, 74 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 44cf383200..29039c9f32 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,6 +1,12 @@
2008-05-19 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
+ * evolution-signature-editor.xml:
+ Neither is this. Remove it from source control.
+
+2008-05-19 Matthew Barnes <mbarnes@redhat.com>
+
+ * Makefile.am:
* evolution-subscribe.xml:
This file is no longer used. Remove it from source control.
diff --git a/ui/Makefile.am b/ui/Makefile.am
index ade17cefd2..c0f0d8e0fe 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -7,7 +7,6 @@ XML_FILES = \
evolution-mail-global.xml \
evolution-mail-messagedisplay.xml \
evolution-memos.xml \
- evolution-signature-editor.xml \
evolution-event-editor.xml \
evolution-memo-editor.xml \
evolution-task-editor.xml \
diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml
deleted file mode 100644
index 73a13827fd..0000000000
--- a/ui/evolution-signature-editor.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<Root>
- <commands>
-<!--
- <cmd name="FileSave" _label="Save"
- _tip="Save the current file" pixtype="stock" pixname="Save"
- accel="*Ctrl*s"/>
--->
- <cmd name="FileClose" _label="Close"
- _tip="Close the current file" pixtype="stock" pixname="Close"
- accel="*Ctrl*w"/>
-
- <cmd name="FileSaveClose" _label="Save and Close"
- _tip="Save the current file and close the window"
- pixtype="stock" pixname="Save" accel="*Ctrl*s"/>
-
- <cmd name="FormatHtml" _label="H_TML" _tip="Send the mail in HTML format"
- type="toggle" state="0"/>
- </commands>
-
- <keybindings>
-
- </keybindings>
-
- <menu>
-
- <submenu name="File" _label="_File">
-
- <placeholder name="FileOps"/>
-
-<!--
- <menuitem name="FileSave" verb="" _label="_Save"/>
--->
- <menuitem name="FileSaveClose" verb="" _label="Save and _Close" accel="*Control*Return"/>
-
- <placeholder name="Print" delimit="top"/>
-
- <separator f=""/>
-
- <menuitem name="FileClose" verb="" _label="C_lose"/>
- </submenu>
-
-
- <submenu name="Edit" _label="_Edit">
- <placeholder name="EditUndoRedo"/>
- <separator f=""/>
- <placeholder name="EditCutCopyPaste"/>
- <separator f=""/>
- <placeholder name="EditFindReplace"/>
- <separator f=""/>
- <placeholder name="EditMisc"/>
- </submenu>
-
- <submenu name="Format" _label="For_mat">
- <menuitem name="FormatHtml" verb=""/>
-
- <separator/>
- <placeholder name="FormatParagraph"/>
- </submenu>
-
- <submenu name="Insert" _label="I_nsert">
-
- <placeholder name="Component">
- </placeholder>
- </submenu>
-
- <placeholder name="Component"/>
- </menu>
-
- <dockitem name="Toolbar" behavior="exclusive" look="system">
- <toolitem name="FileSaveClose" verb=""/>
- </dockitem>
-
-</Root>