diff options
author | 2021-01-07 14:35:23 +0100 | |
---|---|---|
committer | 2021-01-07 18:28:59 +0100 | |
commit | 1048dce30af3934e8b064670be92210acee1eb1c (patch) | |
tree | c308a8d9b91fc92c2a54b6e189fc773f01eb83ff /kde-apps/dolphin/files | |
parent | kde-apps/baloo-widgets: drop 20.12.0* (diff) | |
download | gentoo-1048dce30af3934e8b064670be92210acee1eb1c.tar.gz gentoo-1048dce30af3934e8b064670be92210acee1eb1c.tar.bz2 gentoo-1048dce30af3934e8b064670be92210acee1eb1c.zip |
kde-apps/dolphin: drop 20.12.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin/files')
-rw-r--r-- | kde-apps/dolphin/files/dolphin-20.12.0-crashfix.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-apps/dolphin/files/dolphin-20.12.0-crashfix.patch b/kde-apps/dolphin/files/dolphin-20.12.0-crashfix.patch deleted file mode 100644 index 65350b7ba3e..00000000000 --- a/kde-apps/dolphin/files/dolphin-20.12.0-crashfix.patch +++ /dev/null @@ -1,27 +0,0 @@ -From c95d7fae79a309ed7f2df393fa20257cb20d54a8 Mon Sep 17 00:00:00 2001 -From: Anthony Fieroni <bvbfan@abv.bg> -Date: Sat, 12 Dec 2020 12:36:23 +0200 -Subject: [PATCH] Fix access url navigator while creating new tab in filename - search view BUG: 429628 BUG: 430434 - -Signed-off-by: Anthony Fieroni <bvbfan@abv.bg> ---- - src/dolphinviewcontainer.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp -index 7260d2c4c..8dd309314 100644 ---- a/src/dolphinviewcontainer.cpp -+++ b/src/dolphinviewcontainer.cpp -@@ -390,7 +390,7 @@ void DolphinViewContainer::setSearchModeEnabled(bool enabled) - m_searchBox->setVisible(enabled); - - if (enabled) { -- const QUrl& locationUrl = m_urlNavigatorConnected->locationUrl(); -+ const QUrl& locationUrl = m_urlNavigator->locationUrl(); - m_searchBox->fromSearchUrl(locationUrl); - } - --- -GitLab - |