Index: /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_FileListCover.py
===================================================================
--- /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_FileListCover.py	(revision 16108)
+++ /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_FileListCover.py	(revision 16109)
@@ -36,6 +36,6 @@
 from Components.Console import Console
 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \
-	InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \
-	InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \
+	InfoBarShowHide, InfoBarServiceErrorPopupSupport, \
+	InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \
 	InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin
 import os
Index: /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_PictureViewer.py
===================================================================
--- /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_PictureViewer.py	(revision 16108)
+++ /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_PictureViewer.py	(revision 16109)
@@ -4,6 +4,6 @@
 from Screens.ServiceInfo import ServiceInfoList, ServiceInfoListEntry
 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \
-	InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \
-	InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \
+	InfoBarShowHide, InfoBarServiceErrorPopupSupport, \
+	InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \
 	InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin
 from Components.AVSwitch import AVSwitch
@@ -1424,6 +1424,5 @@
 		self.session.open(MC_PicSetup, self.filelist)
 		self.close()
-
-class MC_PicView(Screen, InfoBarAspectSelection, InfoBarResolutionSelection):
+class MC_PicView(Screen, InfoBarAspectSelection):
 	def __init__(self, session, filelist, pindex, path, startslide):
 		self.debug = command('cat /var/etc/autostart/start-config | grep debug | cut -d = -f2')
Index: /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_VideoPlayer.py
===================================================================
--- /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_VideoPlayer.py	(revision 16108)
+++ /ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_VideoPlayer.py	(revision 16109)
@@ -24,6 +24,6 @@
 from Screens.HelpMenu import HelpableScreen
 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \
-	InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \
-	InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \
+	InfoBarShowHide, InfoBarServiceErrorPopupSupport, \
+	InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \
 	InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin
 from Screens.Screen import Screen
@@ -2119,5 +2119,4 @@
 		global lastpath
 		config.plugins.mc_playing.Enabled = ConfigYesNo(default=False)
-		config.SecondInfobar.Enabled = ConfigYesNo(default=True)
 		if config.plugins.mc_vp_autoSleep.enabled.getValue() == True:
 			if self.debug != "off":
@@ -2756,6 +2755,6 @@
 
 class MoviePlayerObi(InfoBarShowHide, \
-		InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarAspectSelection, InfoBarSecondInfobar,
-		InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, InfoBarResolutionSelection,
+		InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarAspectSelection,
+		InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView,
 		InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin,
 		InfoBarServiceErrorPopupSupport):
@@ -2768,5 +2767,4 @@
 		InfoBarAspectSelection.__init__(self)
 		InfoBarAudioSelection.__init__(self)
-		InfoBarSecondInfobar.__init__(self)
 		InfoBarSeek.__init__(self, actionmap = "MediaCenterSeekActions")
 		self.debug = command('cat /var/etc/autostart/start-config | grep debug | cut -d = -f2')
