[gnome-music/wip/merge: 237/343] pep8 fixes
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 237/343] pep8 fixes
- Date: Thu, 25 Jul 2013 11:32:44 +0000 (UTC)
commit e22d041106cbed550c9426702a5f9089d3a16c88
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Wed Jul 17 20:07:28 2013 +0200
pep8 fixes
gnomemusic/application.py | 2 +-
gnomemusic/widgets.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/application.py b/gnomemusic/application.py
index 61a586c..f5b9bf9 100644
--- a/gnomemusic/application.py
+++ b/gnomemusic/application.py
@@ -9,7 +9,7 @@ class Application(Gtk.Application):
flags=Gio.ApplicationFlags.FLAGS_NONE,
inactivity_timeout=12000)
GLib.set_application_name("Music")
-
+
cssProvider = Gtk.CssProvider()
cssProvider.load_from_path('data/application.css')
screen = Gdk.Screen.get_default()
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index 2cb8987..e76075a 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -474,7 +474,7 @@ class ArtistAlbumWidget(Gtk.HBox):
self.ui.get_object("title").set_label(album.get_title())
if album.get_creation_date() is not None:
self.ui.get_object("year").set_markup(
- "<span color='grey'>(%s)</span>" %
+ "<span color='grey'>(%s)</span>" %
str(album.get_creation_date().get_year()))
self.tracks = []
grilo.get_album_songs(album.get_id(), self.get_songs)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]