[gnome-music/wip/merge: 77/343] toolbar: correct stackSwitcher variable name



commit 881f0f7e3d3bb8d173a0d65932b7cb06b6f64d01
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jul 15 00:23:11 2013 +0200

    toolbar: correct stackSwitcher variable name

 gnomemusic/toolbar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/toolbar.py b/gnomemusic/toolbar.py
index cb24740..da6a446 100644
--- a/gnomemusic/toolbar.py
+++ b/gnomemusic/toolbar.py
@@ -11,7 +11,7 @@ class ToolbarState:
 
 class Toolbar():
     def __init__(self):
-        self._stackSwithcer = Gtk.StackSwitcher()
+        self._stackSwitcher = Gtk.StackSwitcher()
         self._ui = Gtk.Builder()
         self._ui.add_from_resource('/org/gnome/music/Headerbar.ui')
         self.headerBar = self._ui.get_object('header-bar')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]