[gnome-music/freeze-break: 102/107] window: Change sidebar name from 'artists' to 'sidebar'



commit cc021159d53c8da36cc82950dbda335f22de537a
Author: Arnel A. Borja <arnelborja src gnome org>
Date:   Tue Sep 10 00:05:16 2013 +0800

    window: Change sidebar name from 'artists' to 'sidebar'

 gnomemusic/window.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index 45111b6..851d1c8 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -153,7 +153,7 @@ class Window(Gtk.ApplicationWindow):
         if stack.get_visible_child() == self.views[1] or \
            stack.get_visible_child() == self.views[3]:
             stack.get_visible_child().stack.set_visible_child_name('dummy')
-            stack.get_visible_child().stack.set_visible_child_name('artists')
+            stack.get_visible_child().stack.set_visible_child_name('sidebar')
 
     def _toggle_view(self, btn, i):
         self._stack.set_visible_child(self.views[i])


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