diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-01 15:29:26 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-01 15:29:26 +0100 |
commit | 67bdc60671c338045771b52a670c8788e565fcb3 (patch) | |
tree | b3ab9043dabcec33d9a5c68caa640443808a39b7 /src/metadata-menu-item.vala | |
parent | 610f7ed87e0b95dd16ff75024672dba36028b745 (diff) | |
download | ayatana-indicator-sound-67bdc60671c338045771b52a670c8788e565fcb3.tar.gz ayatana-indicator-sound-67bdc60671c338045771b52a670c8788e565fcb3.tar.bz2 ayatana-indicator-sound-67bdc60671c338045771b52a670c8788e565fcb3.zip |
now has the ability to fetch album art from last fm
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r-- | src/metadata-menu-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala index 0bb4a85..090952b 100644 --- a/src/metadata-menu-item.vala +++ b/src/metadata-menu-item.vala @@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -using Dbusmenu; using Gee; using DbusmenuMetadata; +using Gdk; public class MetadataMenuitem : PlayerItem { |