Merge lp:~ted/indicator-appmenu/environmental-stubs into lp:indicator-appmenu/0.3

Proposed by Ted Gould
Status: Merged
Merged at revision: 116
Proposed branch: lp:~ted/indicator-appmenu/environmental-stubs
Merge into: lp:indicator-appmenu/0.3
Diff against target: 13 lines (+4/-0)
1 file modified
src/indicator-appmenu.c (+4/-0)
To merge this branch: bzr merge lp:~ted/indicator-appmenu/environmental-stubs
Reviewer Review Type Date Requested Status
Jay Taoko (community) Approve
Review via email: mp+56391@code.launchpad.net

Description of the change

Check the environment

To post a comment you must log in.
Revision history for this message
Jay Taoko (jaytaoko) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/indicator-appmenu.c'
2--- src/indicator-appmenu.c 2011-03-16 03:49:25 +0000
3+++ src/indicator-appmenu.c 2011-04-05 15:29:23 +0000
4@@ -901,6 +901,10 @@
5 return NULL;
6 }
7
8+ if (indicator_object_check_environment(INDICATOR_OBJECT(iapp), "unity")) {
9+ return NULL;
10+ }
11+
12 GList * output = NULL;
13 int i;
14

Subscribers

People subscribed via source and target branches