Merge lp:~osomon/unity-2d/rename-panel-plugins-envvar into lp:unity-2d/3.0

Proposed by Olivier Tilloy
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 677
Merged at revision: 677
Proposed branch: lp:~osomon/unity-2d/rename-panel-plugins-envvar
Merge into: lp:unity-2d/3.0
Diff against target: 12 lines (+1/-1)
1 file modified
panel/app/panelmanager.cpp (+1/-1)
To merge this branch: bzr merge lp:~osomon/unity-2d/rename-panel-plugins-envvar
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Approve
Review via email: mp+72165@code.launchpad.net

Commit message

[panel] Rename the environment variable that allows setting a different location to look up panel plugins to load, to a more explicit name.

Description of the change

As discussed with Ugo over IRC and agreed upon, the name of the environment variable that allows setting a different location to look up panel plugins is not very explicit. This trivial merge request changes it to "UNITY2D_PANEL_PLUGINS_PATH".

To post a comment you must log in.
Revision history for this message
Alberto Mardegan (mardy) wrote :

Approved indeed! :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'panel/app/panelmanager.cpp'
2--- panel/app/panelmanager.cpp 2011-08-17 09:42:30 +0000
3+++ panel/app/panelmanager.cpp 2011-08-19 10:47:25 +0000
4@@ -47,7 +47,7 @@
5
6 static const char* PANEL_DCONF_SCHEMA = "com.canonical.Unity2d.Panel";
7 static const char* PANEL_DCONF_PROPERTY_APPLETS = "applets";
8-static const char* PANEL_PLUGINS_DEV_DIR_ENV = "DEV_PLUGIN_PATH";
9+static const char* PANEL_PLUGINS_DEV_DIR_ENV = "UNITY2D_PANEL_PLUGINS_PATH";
10
11 static QPalette getPalette()
12 {

Subscribers

People subscribed via source and target branches