Fix konqueror popup menu not working properly in media tdeioslave directories

This resolves Bug 1504
pull/2/head
Timothy Pearson 11 years ago
parent 82b90cbe47
commit 99df2d37de

@ -448,7 +448,7 @@ void KonqPopupMenu::setup(KonqPopupFlags kpf)
firstPopupURL.cleanPath();
//kdDebug(1203) << "View path is " << url.url() << endl;
//kdDebug(1203) << "First popup path is " << firstPopupURL.url() << endl;
currentDir = firstPopupURL.equals( url, true /* ignore_trailing */ );
currentDir = firstPopupURL.equals( url, true /* ignore_trailing */, true /* ignore_internalReferenceURLS */ );
if ( isLocal && ((m_sMimeType == "application/x-desktop")
|| (m_sMimeType == "media/builtin-mydocuments")
|| (m_sMimeType == "media/builtin-mycomputer")

Loading…
Cancel
Save