[gnome-music/wip/bug726721_debug] add parenthis



commit 32024471188aba2a8a3c02a70eac1b7a998243cb
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Mar 27 15:53:32 2014 +0100

    add parenthis

 gnomemusic/searchbar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/searchbar.py b/gnomemusic/searchbar.py
index 7423021..b426ea2 100644
--- a/gnomemusic/searchbar.py
+++ b/gnomemusic/searchbar.py
@@ -31,7 +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())
+                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]