Fix remaining issues from mimetype icon rename

pull/16/head
Timothy Pearson 10 years ago
parent db7f8030fa
commit 6111385e9a

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -3439,7 +3439,7 @@ void CopyJob::copyNextFile()
else if ( protocol == TQString::fromLatin1("http") )
config.writeEntry( TQString::fromLatin1("Icon"), TQString::fromLatin1("www") );
else if ( protocol == TQString::fromLatin1("info") )
config.writeEntry( TQString::fromLatin1("Icon"), TQString::fromLatin1("info") );
config.writeEntry( TQString::fromLatin1("Icon"), TQString::fromLatin1("application-vnd.tde.info") );
else if ( protocol == TQString::fromLatin1("mailto") ) // sven:
config.writeEntry( TQString::fromLatin1("Icon"), TQString::fromLatin1("kmail") ); // added mailto: support
else

@ -752,7 +752,7 @@ TQPixmap KDEDesktopMimeType::pixmap( const KURL& _url, TDEIcon::Group _group, in
TQPixmap pix = TDEGlobal::iconLoader()->loadIcon( _icon, _group,
_force_size, _state, _path, false );
if ( pix.isNull() )
pix = TDEGlobal::iconLoader()->loadIcon( ""text-x-katefilelist", _group,
pix = TDEGlobal::iconLoader()->loadIcon( "unknown", _group,
_force_size, _state, _path, false );
return pix;
}

Loading…
Cancel
Save