diff options
| author | Conor Curran <conor.curran@canonical.com> | 2011-03-04 16:32:31 +0000 |
|---|---|---|
| committer | Conor Curran <conor.curran@canonical.com> | 2011-03-04 16:32:31 +0000 |
| commit | fb651cca574070250f95dca42c888f97be5989f2 (patch) | |
| tree | 350d1669488188e49fbf85b2f53044e0d1f9985d /src | |
| parent | 6d5ccadce55720437da64200399355ca5d4b13f4 (diff) | |
| download | ayatana-indicator-sound-fb651cca574070250f95dca42c888f97be5989f2.tar.gz ayatana-indicator-sound-fb651cca574070250f95dca42c888f97be5989f2.tar.bz2 ayatana-indicator-sound-fb651cca574070250f95dca42c888f97be5989f2.zip | |
debug trace
Diffstat (limited to 'src')
| -rw-r--r-- | src/playlists-menu-item.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala index 4ed6cf4..9b1f724 100644 --- a/src/playlists-menu-item.vala +++ b/src/playlists-menu-item.vala @@ -50,6 +50,7 @@ public class PlaylistsMenuitem : PlayerItem var icon_file = File.new_for_path (detail.icon_path); if (icon_file.query_exists () == true) { + debug ("icon name = %s", icon_file.get_basename ()); menuitem.property_set (MENUITEM_PROP_ICON_NAME, icon_file.get_basename () ); } |
