Merge lp:~tellis/appmenu-gtk/blacklist-notes-lp904275 into lp:appmenu-gtk/0.4

Proposed by Tom Ellis
Status: Merged
Approved by: Michael Terry
Approved revision: 140
Merged at revision: 140
Proposed branch: lp:~tellis/appmenu-gtk/blacklist-notes-lp904275
Merge into: lp:appmenu-gtk/0.4
Diff against target: 13 lines (+2/-1)
1 file modified
src/bridge.c (+2/-1)
To merge this branch: bzr merge lp:~tellis/appmenu-gtk/blacklist-notes-lp904275
Reviewer Review Type Date Requested Status
Michael Terry Approve
Review via email: mp+85832@code.launchpad.net

Description of the change

This patch blacklists Lotus Notes. It doesn't behave well with the appmenu at this time.

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Looks fine to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/bridge.c'
2--- src/bridge.c 2011-09-23 18:33:55 +0000
3+++ src/bridge.c 2011-12-15 11:14:52 +0000
4@@ -912,7 +912,8 @@
5 || (g_strcmp0 (prg, "emacs") == 0)
6 || (g_strcmp0 (prg, "emacs23") == 0)
7 || (g_strcmp0 (prg, "emacs23-lucid") == 0)
8- || (g_strcmp0 (prg, "gnome-panel") == 0))
9+ || (g_strcmp0 (prg, "gnome-panel") == 0)
10+ || (g_strcmp0 (prg, "Lotus Notes") == 0))
11 {
12 return TRUE;
13 }

Subscribers

People subscribed via source and target branches