[gnumeric] Fixed templates menu action id in the component.
- From: Jean Bréfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Fixed templates menu action id in the component.
- Date: Fri, 9 Apr 2010 13:14:18 +0000 (UTC)
commit 21910ae29752b3eecedf37472046a5a97f24a09a
Author: Jean Brefort <jean brefort normalesup org>
Date: Fri Apr 9 15:16:35 2010 +0200
Fixed templates menu action id in the component.
ChangeLog | 4 ++++
component/Gnumeric-embed.xml.in | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d67e808..e2e7e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-09 Jean Brefort <jean brefort normalesup org>
+
+ * component/Gnumeric-embed.xml.in: fixed templates menu action id.
+
2010-04-08 Morten Welinder <terra gnome org>
* src/Makefile.am (gnumeric_LDFLAGS, ssconvert_LDFLAGS): Set stack
diff --git a/component/Gnumeric-embed.xml.in b/component/Gnumeric-embed.xml.in
index 855d4ef..31c20af 100644
--- a/component/Gnumeric-embed.xml.in
+++ b/component/Gnumeric-embed.xml.in
@@ -3,11 +3,10 @@
<menubar>
<menu name="File" action="MenuFile">
<menuitem action="FileNew"/>
- <menu name="Templates" action="FileNewFromTemplate">
+ <menu name="Templates" action="MenuFileNewFromTemplate">
</menu>
<menuitem action="FileOpen"/>
<separator name="file-sep1"/>
-<!-- <menuitem action="FileSave"/> -->
<menuitem action="FileSaveEmbed"/>
<menuitem action="FileSaveAs"/>
<separator name="file-sep2"/>
@@ -27,7 +26,6 @@
<menuitem action="FileHistoryFull"/>
<separator name="file-sep5"/>
<menuitem action="FileClose"/>
- <!-- <menuitem action="FileQuit"/> -->
</menu>
<menu name="Edit" action="MenuEdit">
<menuitem action="Undo"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]