diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 14:50:20 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 14:50:20 -0400 |
commit | 63cc1d29b748a41f5e779aab6a38b7697421b80a (patch) | |
tree | da17ffa7b04f31af69f5b02c7c8373a38c58abfb /src/slider-menu-item.h | |
parent | 1e65c770811a96d79b302dfd0ddee67a4c7c07f5 (diff) | |
parent | 288985d7c0a4dcdde22335a31d9eae7f7d5ec215 (diff) | |
download | ayatana-indicator-sound-63cc1d29b748a41f5e779aab6a38b7697421b80a.tar.gz ayatana-indicator-sound-63cc1d29b748a41f5e779aab6a38b7697421b80a.tar.bz2 ayatana-indicator-sound-63cc1d29b748a41f5e779aab6a38b7697421b80a.zip |
* New upstream release.
- MPRIS transport status updates reflecting in UI
If externally a registered player transport is changed (play/stop)
the menu should reflect that
- The first time a player registers its desktop file path should be
stored ~.cache/indicators/sound/familiar-players-db.keyfile (provided
the application indicator has a desktop file set.
- Album art dynamically updated
- Album title dynamically updated
- Track title dynamically updated
- Artist name dynamically updated
- Play/pause transport control should be working from the menu
Diffstat (limited to 'src/slider-menu-item.h')
-rw-r--r-- | src/slider-menu-item.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/slider-menu-item.h b/src/slider-menu-item.h index c2acf63..763944f 100644 --- a/src/slider-menu-item.h +++ b/src/slider-menu-item.h @@ -4,16 +4,16 @@ Copyright 2010 Canonical Ltd. Authors: Conor Curran <conor.curran@canonical.com> -This program is free software: you can redistribute it and/or modify it -under the terms of the GNU General Public License version 3, as published +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranties of -MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along +You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef __SLIDER_MENU_ITEM_H__ @@ -37,11 +37,11 @@ typedef struct _SliderMenuItem SliderMenuItem; typedef struct _SliderMenuItemClass SliderMenuItemClass; struct _SliderMenuItemClass { - DbusmenuMenuitemClass parent_class; + DbusmenuMenuitemClass parent_class; }; struct _SliderMenuItem { - DbusmenuMenuitem parent; + DbusmenuMenuitem parent; }; GType slider_menu_item_get_type (void); |