diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-17 10:08:17 -0400 |
|---|---|---|
| committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-03-17 10:08:17 -0400 |
| commit | b731b7b95a7507d2a900ae5f08af7ce54c8148a9 (patch) | |
| tree | 88a3a543c3ba100ce0499e846ea8f9e92224c6d1 /vapi | |
| parent | 36e86360c08f32ec163485232bc9e3ebd3840f71 (diff) | |
| parent | ab3d1a08d064b423b2e2a3702c3039947bbb810f (diff) | |
| download | ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.tar.gz ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.tar.bz2 ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.zip | |
* New upstream release.
- Harmonize mute behaviour of both VOIP and volume slider (LP: #731870)
- keyboard handling for voip slider not working (LP: #732500)
- "Choose Playlist" needs to be marked for translation (LP: #736372)
- show record level control on PULSE_PROP_media.role=production
(LP: #736049)
Diffstat (limited to 'vapi')
| -rw-r--r-- | vapi/config.vapi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vapi/config.vapi b/vapi/config.vapi new file mode 100644 index 0000000..4be6d11 --- /dev/null +++ b/vapi/config.vapi @@ -0,0 +1,8 @@ +[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "../config.h")] +namespace Config { + public const string GETTEXT_PACKAGE; + public const string LOCALEDIR; + public const string PKGDATADIR; + public const string PACKAGE_NAME; + public const string PACKAGE_VERSION; +} |
