[gnome-music/wip/bug726721_debug] Some debug info for bug 726721
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/bug726721_debug] Some debug info for bug 726721
- Date: Thu, 27 Mar 2014 14:44:36 +0000 (UTC)
commit c0b8f78fdf6593b044436250ae734130bba19944
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Thu Mar 27 15:44:05 2014 +0100
Some debug info for bug 726721
gnomemusic/searchbar.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/searchbar.py b/gnomemusic/searchbar.py
index 8202b26..7423021 100644
--- a/gnomemusic/searchbar.py
+++ b/gnomemusic/searchbar.py
@@ -31,6 +31,7 @@ class Searchbar(Gd.Revealer):
artist = _("Unknown Artist")
album = _("Unknown Album")
if media and media.get_url():
+ print("media is %s with url %s" % (media, media.get_url())
if media.get_artist() is not None:
artist = media.get_artist()
if media.get_album() is not None:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]