fordwardport r535156

svn path=/trunk/KDE/kdegraphics/kpdf/; revision=535159
remotes/origin/kpdf
Albert Astals Cid 20 years ago
parent 1c424c1738
commit 655d2607ed
  1. 1
      part.cpp
  2. 1
      shell/shell.cpp

@ -457,6 +457,7 @@ bool Part::openURL(const KUrl &url)
KMessageBox::error( widget(), i18n("Could not open %1", url.prettyURL() ) );
else
m_viewportDirty.pageNumber = -1;
emit enablePrintAction(b);
return b;
}

@ -119,7 +119,6 @@ void Shell::openURL( const KUrl & url )
bool openOk = m_part->openURL( url );
if ( openOk ) m_recent->addURL( url );
else m_recent->removeURL( url );
m_printAction->setEnabled( openOk );
}
}

Loading…
Cancel
Save