Merge lp:~attente/unity-gtk-module/lp1242937 into lp:unity-gtk-module/14.04

Proposed by William Hua
Status: Merged
Approved by: Charles Kerr
Approved revision: 306
Merged at revision: 307
Proposed branch: lp:~attente/unity-gtk-module/lp1242937
Merge into: lp:unity-gtk-module/14.04
Diff against target: 12 lines (+2/-0)
1 file modified
src/main.c (+2/-0)
To merge this branch: bzr merge lp:~attente/unity-gtk-module/lp1242937
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+192248@code.launchpad.net

Commit message

Freeciv uses multiple menu bars in its UI. When unity-gtk-module tries to export its menus, it becomes really cramped in the global menu to the point of being unusable. It's better to allow Freeciv to keep its menus where they are in this case.

Description of the change

Freeciv uses multiple menu bars in its UI. When unity-gtk-module tries to export its menus, it becomes really cramped in the global menu to the point of being unusable. It's better to allow Freeciv to keep its menus where they are in this case.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) wrote :

Looks like Jenkins hiccuped again. Rebuilding.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/main.c'
2--- src/main.c 2013-03-14 17:09:54 +0000
3+++ src/main.c 2013-10-22 21:26:14 +0000
4@@ -99,6 +99,8 @@
5 g_strcmp0 (name, "emacs23-lucid") == 0 ||
6 g_strcmp0 (name, "emacs24") == 0 ||
7 g_strcmp0 (name, "emacs24-lucid") == 0 ||
8+ g_strcmp0 (name, "freeciv") == 0 ||
9+ g_strcmp0 (name, "freeciv-gtk2") == 0 ||
10 g_strcmp0 (name, "glade") == 0 ||
11 g_strcmp0 (name, "gwyddion") == 0;
12 }

Subscribers

People subscribed via source and target branches