diff options
Diffstat (limited to 'misc/patch-update-for-r14-1-x')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index 9658d34..f92f9fb 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -84,3 +84,11 @@ sed -i "$@" \ -e "s|tdedesktopfile|kdesktopfile|g" "$1" \ -e "s|TDEDesktopFile|KDesktopFile|g" "$1" \ +# coreThread --> guiThread +sed -i "$@" \ + -e "s|\bcoreThread\b|guiThread|g" "$1" \ + -e "s|\bcoreThreadAwake\b|guiThreadAwake|g" "$1" \ + -e "s|\bfinishCoreThread\b|finishGuiThread|g" "$1" \ + -e "s|\bisCoreThread\b|isGuiThread|g" "$1" \ + -e "s|\bwakeUpCoreThread\b|wakeUpGuiThread|g" "$1" \ + |