[gnome-games] gnomine: Fix a cosmetic issue with the menu XML in the code #592775
- From: Jason Clinton <jclinton src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games] gnomine: Fix a cosmetic issue with the menu XML in the code #592775
- Date: Mon, 24 Aug 2009 17:07:10 +0000 (UTC)
commit d63e65b7a10b4571b6897a85e89a4bebf10a311b
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Aug 24 12:03:30 2009 -0500
gnomine: Fix a cosmetic issue with the menu XML in the code #592775
gnomine/gnomine.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gnomine/gnomine.c b/gnomine/gnomine.c
index 45be231..639028d 100644
--- a/gnomine/gnomine.c
+++ b/gnomine/gnomine.c
@@ -865,7 +865,10 @@ const char ui_description[] =
" </menu>"
" <menu action='HelpMenu'>"
" <menuitem action='Contents'/>"
- " <menuitem action='About'/>" " </menu>" " </menubar>" "</ui>";
+ " <menuitem action='About'/>"
+ " </menu>"
+ " </menubar>"
+ "</ui>";
static GtkUIManager *
create_ui_manager (const gchar * group)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]