Fix mediamanager bug

bzr-revno: 1628
This commit is contained in:
Tim Bentley 2011-06-11 08:45:11 +01:00
commit 8b331af6f7
2 changed files with 1 additions and 3 deletions

View File

@ -90,7 +90,7 @@ class MediaManagerItem(QtGui.QWidget):
""" """
Constructor to create the media manager item. Constructor to create the media manager item.
""" """
QtGui.QWidget.__init__(self, parent) QtGui.QWidget.__init__(self)
self.hide() self.hide()
self.whitespace = re.compile(r'[\W_]+', re.UNICODE) self.whitespace = re.compile(r'[\W_]+', re.UNICODE)
self.plugin = plugin self.plugin = plugin

View File

@ -2,7 +2,6 @@
Categories=AudioVideo; Categories=AudioVideo;
Comment[de]= Comment[de]=
Comment= Comment=
Encoding=UTF-8
Exec=openlp %F Exec=openlp %F
GenericName[de]=Church lyrics projection GenericName[de]=Church lyrics projection
GenericName=Church lyrics projection GenericName=Church lyrics projection
@ -13,7 +12,6 @@ Name=OpenLP
Path= Path=
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
TerminalOptions=
Type=Application Type=Application
X-DBUS-ServiceName= X-DBUS-ServiceName=
X-DBUS-StartupType= X-DBUS-StartupType=