From ec2515f058c60d2478a549f58376db628ba556b9 Mon Sep 17 00:00:00 2001 From: Tim Williams Date: Fri, 14 Oct 2011 13:51:18 +0100 Subject: Initial commit of the Mandriva patches and spec files. This includes the main dependencies and core packages, but very little else. --- ...debase-post-3.5.12-fix-choose-webbrowser-kcontrol.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mandriva/2010.2/kdebase/kdebase-post-3.5.12-fix-choose-webbrowser-kcontrol.patch (limited to 'mandriva/2010.2/kdebase/kdebase-post-3.5.12-fix-choose-webbrowser-kcontrol.patch') diff --git a/mandriva/2010.2/kdebase/kdebase-post-3.5.12-fix-choose-webbrowser-kcontrol.patch b/mandriva/2010.2/kdebase/kdebase-post-3.5.12-fix-choose-webbrowser-kcontrol.patch new file mode 100644 index 000000000..d52dafd69 --- /dev/null +++ b/mandriva/2010.2/kdebase/kdebase-post-3.5.12-fix-choose-webbrowser-kcontrol.patch @@ -0,0 +1,14 @@ +--- kcontrol/componentchooser/componentchooser.cpp.nopatch 2011-07-19 13:15:03.679312055 +0100 ++++ kcontrol/componentchooser/componentchooser.cpp 2011-07-19 13:15:55.218311443 +0100 +@@ -367,10 +367,7 @@ + KURL::List urlList; + KOpenWithDlg dlg(urlList, i18n("Select preferred Web browser application:"), TQString::null, this); + if (dlg.exec() != TQDialog::Accepted) return; +- m_browserService = dlg.service(); +- if (m_browserService) +- m_browserExec = m_browserService->desktopEntryName(); +- else ++ + m_browserExec = dlg.text(); + + lineExec->setText(m_browserExec); -- cgit v1.2.1