X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fui.py;fp=jamaui%2Fui.py;h=8fc19977c552045729955f73fcc5c2b0442847c1;hp=7a8fc6dc66b36c9506d1e79a251b9852ec8250c1;hb=ff28df762c0fe9b59cfda459fce5637080b0eac9;hpb=b81c724a9e7455945b69ef8f4654d48d67ee9948 diff --git a/jamaui/ui.py b/jamaui/ui.py index 7a8fc6d..8fc1997 100644 --- a/jamaui/ui.py +++ b/jamaui/ui.py @@ -85,6 +85,7 @@ class Jamaui(object): self.app.add_window(self.window) self.window.set_title("jamaendo") + self.window.set_icon('jamaendo') self.window.connect("destroy", self.destroy) self.CONFDIR = os.path.expanduser('~/MyDocs/.jamaendo') @@ -241,7 +242,7 @@ JAMENDO is an online platform that distributes musical works under Creative Comm dialog.destroy() def open_link(self, d, url, data): - print "url: %s" % (url) + #print "url: %s" % (url) import webbrowser webbrowser.open_new(url) @@ -294,9 +295,9 @@ JAMENDO is an online platform that distributes musical works under Creative Comm result = dialog.run() val = entry.get_text() dialog.destroy() - print val, result + #print val, result if val and result == gtk.RESPONSE_OK: - print "new user name:", val + #print "new user name:", val settings.user = val self.save_settings()