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
=== modified file 'src/indicator-appmenu.c'
--- src/indicator-appmenu.c 2011-03-16 03:49:25 +0000
+++ src/indicator-appmenu.c 2011-04-05 15:29:23 +0000
@@ -901,6 +901,10 @@
901 return NULL;901 return NULL;
902 }902 }
903903
904 if (indicator_object_check_environment(INDICATOR_OBJECT(iapp), "unity")) {
905 return NULL;
906 }
907
904 GList * output = NULL;908 GList * output = NULL;
905 int i;909 int i;
906910

Subscribers

People subscribed via source and target branches