[gnome-music/wip/merge: 88/343] view: countQuery should exist



commit d15e8a51a5f729b42071204d95921d3431df1866
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jul 15 15:20:51 2013 +0200

    view: countQuery should exist

 gnomemusic/view.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 6270800..07930bf 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -15,6 +15,7 @@ class ViewContainer(Gtk.Stack):
     nowPlayingIconName = 'media-playback-start-symbolic'
     errorIconName = 'dialog-error-symbolic'
     starIconName = 'starred-symbolic'
+    countQuery = None
 
     def __init__(self, title, headerBar, selectionToolbar, useStack=False):
         Gtk.Stack.__init__(self, transition_type=Gtk.StackTransitionType.CROSSFADE)


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