Changeset 1692

Show
Ignore:
Timestamp:
10/17/09 12:13:09 (14 years ago)
Author:
arnonym
Message:

Fix the dummy after last commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer-qt4/ffado/panelmanager.py

    r1691 r1692  
    3434 
    3535from ffado.mixer.globalmixer import GlobalMixer 
     36from ffado.mixer.dummy import Dummy 
    3637 
    3738import time 
     
    323324""" % (mixerapp.lower(), mixerapp.lower(), mixerapp) ) 
    324325            else: 
    325                 mixerwidget = DummyMixer( w ) 
     326                mixerwidget = Dummy( w ) 
    326327                mixerapp = modelName+" (Dummy)" 
    327328