diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-04 08:07:40 -0500 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-03-04 08:07:40 -0500 |
commit | 245e905e7731a6423be90bbc98861a52c15b4a43 (patch) | |
tree | d38bfb4fdc9f3c4e048dacb7a6caa683ea729040 /src/title-menu-item.c | |
parent | bb9eaa8fd201231077163f1a39d186e6b821aa97 (diff) | |
parent | f2b815cf615ba4532a7e04254ddb4acd1bbb75ff (diff) | |
download | ayatana-indicator-sound-245e905e7731a6423be90bbc98861a52c15b4a43.tar.gz ayatana-indicator-sound-245e905e7731a6423be90bbc98861a52c15b4a43.tar.bz2 ayatana-indicator-sound-245e905e7731a6423be90bbc98861a52c15b4a43.zip |
* New upstream release.
- Fixed crashed with SIGSEGV in pa_context_connect() (LP: #717453)
- Fixed crashed with SIGSEGV in pa_pdispatch_run() (LP: #723096)
- Fixed crashed with SIGSEGV (LP: #723096)
- Fixed crashed with SIGSEGV (LP: #717557)
- Fixed crashed with SIGSEGV in g_variant_builder_add_value()
(LP: #717999)
- Sound Menu Play lists show Favorites item twice in menu and icons for
all playlists not found (LP: #728263)
- Players are raised too quickly (LP: #723278)
Diffstat (limited to 'src/title-menu-item.c')
-rw-r--r-- | src/title-menu-item.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/title-menu-item.c b/src/title-menu-item.c index 2d6a7e8..702fa24 100644 --- a/src/title-menu-item.c +++ b/src/title-menu-item.c @@ -24,9 +24,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib-object.h> #include <libdbusmenu-glib/client.h> #include <libdbusmenu-glib/dbusmenu-glib.h> +#include <libdbusmenu-glib/enum-types.h> #include <libdbusmenu-glib/menuitem-proxy.h> #include <libdbusmenu-glib/menuitem.h> #include <libdbusmenu-glib/server.h> +#include <libdbusmenu-glib/types.h> #include <common-defs.h> #include <stdlib.h> #include <string.h> |