diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 06:05:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 06:05:32 +0800 |
commit | 28f389fbf05adde04040c80174f5bdd03d305e33 (patch) | |
tree | 3f6742623ed94aa03a8a2de658ef3ba710ea4f8d | |
parent | 3a3ad909d79de7b513579807663b975b32a92316 (diff) | |
download | gsoc2013-evolution-28f389fbf05adde04040c80174f5bdd03d305e33.tar.gz gsoc2013-evolution-28f389fbf05adde04040c80174f5bdd03d305e33.tar.zst gsoc2013-evolution-28f389fbf05adde04040c80174f5bdd03d305e33.zip |
Ooops, add missing closing </popups> tag.
svn path=/trunk/; revision=23338
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 8a0904e0b9..89b61b9e6f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,9 @@ 2003-11-13 Ettore Perazzoli <ettore@ximian.com> + * evolution.xml: Ooops, add missing closing </popups> tag. + +2003-11-13 Ettore Perazzoli <ettore@ximian.com> + * evolution.xml: Add back send/receive command and toolbar button. 2003-11-13 Ettore Perazzoli <ettore@ximian.com> diff --git a/ui/evolution.xml b/ui/evolution.xml index b21c894bf0..a31ecf6947 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -127,5 +127,6 @@ _tip="Create a new window displaying this folder" accel="*Control**Shift*w"/> </popup> + </popups> </Root> |