Ignore:
Timestamp:
May 28, 2012, 3:40:56 PM (14 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_PictureViewer.py

    r16109 r16112  
    44from Screens.ServiceInfo import ServiceInfoList, ServiceInfoListEntry
    55from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \
    6         InfoBarShowHide, InfoBarServiceErrorPopupSupport, \
    7         InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \
     6        InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \
     7        InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \
    88        InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin
    99from Components.AVSwitch import AVSwitch
     
    14241424                self.session.open(MC_PicSetup, self.filelist)
    14251425                self.close()
    1426 class MC_PicView(Screen, InfoBarAspectSelection):
     1426
     1427class MC_PicView(Screen, InfoBarAspectSelection, InfoBarResolutionSelection):
    14271428        def __init__(self, session, filelist, pindex, path, startslide):
    14281429                self.debug = command('cat /var/etc/autostart/start-config | grep debug | cut -d = -f2')
Note: See TracChangeset for help on using the changeset viewer.