You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
944 B
35 lines
944 B
commit 50ad465a06aae81d96efca4ee9a7468b1f303c43
|
|
Author: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
Date: Fri May 3 10:15:38 2024 +0900
|
|
|
|
Fix loading of window decoration module in twin
|
|
|
|
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
|
|
index 7f35eec..494ded2 100644
|
|
--- a/client/CMakeLists.txt
|
|
+++ b/client/CMakeLists.txt
|
|
@@ -17,9 +17,9 @@ link_directories(
|
|
add_subdirectory( pics )
|
|
|
|
|
|
-##### twin_fahrenheit (kpart)
|
|
+##### twin3_fahrenheit (kpart)
|
|
|
|
-tde_add_kpart( twin_fahrenheit AUTOMOC
|
|
+tde_add_kpart( twin3_fahrenheit AUTOMOC
|
|
|
|
SOURCES
|
|
fahrenheitclient.cpp
|
|
diff --git a/client/fahrenheit.desktop b/client/fahrenheit.desktop
|
|
index 32a887b..29f78a4 100644
|
|
--- a/client/fahrenheit.desktop
|
|
+++ b/client/fahrenheit.desktop
|
|
@@ -1,4 +1,4 @@
|
|
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Name=Fahrenheit
|
|
-X-TDE-Library=twin_fahrenheit
|
|
+X-TDE-Library=twin3_fahrenheit
|