diff options
Diffstat (limited to 'redhat/applications/tde-systemsettings/tde-systemsettings-14.0.0.patch')
-rw-r--r-- | redhat/applications/tde-systemsettings/tde-systemsettings-14.0.0.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/redhat/applications/tde-systemsettings/tde-systemsettings-14.0.0.patch b/redhat/applications/tde-systemsettings/tde-systemsettings-14.0.0.patch new file mode 100644 index 000000000..c5b383686 --- /dev/null +++ b/redhat/applications/tde-systemsettings/tde-systemsettings-14.0.0.patch @@ -0,0 +1,10 @@ +diff --git a/systemsettings/tdecmodulemenu.cpp b/systemsettings/tdecmodulemenu.cpp +index 56c1220..d8f84ce 100644 +--- a/systemsettings/tdecmodulemenu.cpp ++++ b/systemsettings/tdecmodulemenu.cpp +@@ -185,4 +185,5 @@ TQString TDECModuleMenu::deriveCaptionFromPath( const TQString &menuPath ) + return result; + } + } ++ return result; + } |