Merge lp:~rsmithroberts/unity-2d/whitelist-all into lp:unity-2d
Proposed by
Ryan Smith-Roberts
Status: | Merged |
---|---|
Approved by: | Alberto Mardegan |
Approved revision: | 760 |
Merged at revision: | 758 |
Proposed branch: | lp:~rsmithroberts/unity-2d/whitelist-all |
Merge into: | lp:unity-2d |
Diff against target: |
32 lines (+3/-1) 2 files modified
panel/applets/legacytray/legacytrayapplet.cpp (+2/-1) panel/applets/legacytray/legacytrayapplet.h (+1/-0) |
To merge this branch: | bzr merge lp:~rsmithroberts/unity-2d/whitelist-all |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alberto Mardegan (community) | Approve | ||
Review via email:
|
Description of the change
[panel] Honor "all" in legacyapplet whitelist
Additionally, make whitelist string comparisons case-insensitive (increases DWIW)
Fixes #847525
To post a comment you must log in.
Hi Ryan! I see that you also changed the match to be case insensitive -- I think that that makes sense as well. Good job!