After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592775 - cosmetic fix
cosmetic fix
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnomine
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-23 05:58 UTC by Matthias Clasen
Modified: 2009-08-24 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (493 bytes, patch)
2009-08-23 05:58 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2009-08-23 05:58:14 UTC
Created attachment 141471 [details] [review]
patch

There's a couple of newlines missing in gnomine.c
Comment 1 Christian Persch 2009-08-23 18:32:00 UTC
Comment on attachment 141471 [details] [review]
patch

Thanks!
Comment 2 Jason Clinton 2009-08-24 17:04:29 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

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)