[gnome-music] initialstateview: Superclass is renamed EmptyView
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] initialstateview: Superclass is renamed EmptyView
- Date: Sun, 9 Oct 2016 19:26:21 +0000 (UTC)
commit 300cc5af6c6a76fa2827a0bf15380046bce2fe7d
Author: Marinus Schraal <mschraal src gnome org>
Date: Sun Oct 9 21:24:41 2016 +0200
initialstateview: Superclass is renamed EmptyView
Call the correct init
gnomemusic/views/initialstateview.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/views/initialstateview.py b/gnomemusic/views/initialstateview.py
index cc05bd7..6e2f9ab 100644
--- a/gnomemusic/views/initialstateview.py
+++ b/gnomemusic/views/initialstateview.py
@@ -36,7 +36,7 @@ class InitialStateView(EmptyView):
@log
def __init__(self, window, player):
- Empty.__init__(self, window, player)
+ EmptyView.__init__(self, window, player)
# Update image
icon = self.builder.get_object('icon')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]