mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:04:00 +00:00
09af15654f
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
14 lines
450 B
Diff
14 lines
450 B
Diff
Index: kiconthemes-5.17.0/src/kicontheme.cpp
|
|
===================================================================
|
|
--- kiconthemes-5.17.0.orig/src/kicontheme.cpp
|
|
+++ kiconthemes-5.17.0/src/kicontheme.cpp
|
|
@@ -557,7 +557,7 @@ void KIconTheme::reconfigure()
|
|
// static
|
|
QString KIconTheme::defaultThemeName()
|
|
{
|
|
- return QStringLiteral("oxygen");
|
|
+ return QStringLiteral("breeze");
|
|
}
|
|
|
|
void KIconTheme::assignIconsToContextMenu(ContextMenus type,
|