diff --git a/modules/slideshow/slideshow.py b/modules/slideshow/slideshow.py index fe74ee2..8344342 100644 --- a/modules/slideshow/slideshow.py +++ b/modules/slideshow/slideshow.py @@ -366,7 +366,7 @@ class Module: #print self.baseDir #This occurs when there are not slideshows or we could not connect to the db to establish baseDir if self.baseDir is None: - tempItem = tempMenu.addItem("No slideshows available", "") + tempItem = tempMenu.addItem("No slideshows available") tempItem.setAction(self) return diff --git a/myth/MythMySQL.pyc b/myth/MythMySQL.pyc index ea25211..a22cab4 100644 Binary files a/myth/MythMySQL.pyc and b/myth/MythMySQL.pyc differ