diff options
| author | Neil Jagdish Patel <njpatel@Pulse> | 2010-07-29 12:48:06 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <njpatel@Pulse> | 2010-07-29 12:48:06 +0100 |
| commit | 586fca73bedd39d52680552efde36729e240271d (patch) | |
| tree | 9cdf637dca35de63590dfe88ac8ada13daf0e126 /vapi | |
| parent | 880ccb99828f7e919d6df7243500f452c9b21b34 (diff) | |
Fix for latest vala (0.9.4)
(bzr r406)
Diffstat (limited to 'vapi')
| -rw-r--r-- | vapi/config.vapi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vapi/config.vapi b/vapi/config.vapi index a7271573a..af40587f6 100644 --- a/vapi/config.vapi +++ b/vapi/config.vapi @@ -26,4 +26,9 @@ namespace Config public const string GETTEXT_PACKAGE; public const string LOCALE_DIR; public const string VERSION; + public const string INDICATORDIR; + public const string INDICATORICONSDIR; + + public const string TESTUIDIR; + public const string TESTUNITDIR; } |
