By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1793
Collapse All | Expand All

(-)amarok/amarok/src/mediabrowser.cpp (-1 / +1 lines)
Lines 2005-2011 Link Here
2005
    if( m_postdisconnectcmd.isEmpty() )
2005
    if( m_postdisconnectcmd.isEmpty() )
2006
        m_postdisconnectcmd = configString( "UmountCommand" );
2006
        m_postdisconnectcmd = configString( "UmountCommand" );
2007
    if( m_requireMount && m_postdisconnectcmd.isEmpty() )
2007
    if( m_requireMount && m_postdisconnectcmd.isEmpty() )
2008
        m_postdisconnectcmd = "kdeeject -q %d";
2008
        m_postdisconnectcmd = "tdeeject -q %d";
2009
}
2009
}
2010
2010
2011
TQString
2011
TQString

Return to bug 1793