Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-05-14 00:16:12 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-05-14 00:16:12 +0300
commit9e1e7e6f314df21e155652eec145659b20c51139 (patch)
tree18d49cbb585033ebb6d9d0b4f8c884d95d2b002a /data/ui/CMakeLists.txt
parent35e0ae83657ce05ff5d0c27a209ac25d74f226ac (diff)
Remmina news dialog
- A new scheduler that is used by the stat sender and by the remmina news - A dialog that show the latest news per each Remmina version, starting from this commit
Diffstat (limited to 'data/ui/CMakeLists.txt')
-rw-r--r--data/ui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/ui/CMakeLists.txt b/data/ui/CMakeLists.txt
index 2bb9f9ea6..416bb254c 100644
--- a/data/ui/CMakeLists.txt
+++ b/data/ui/CMakeLists.txt
@@ -34,6 +34,7 @@
install(FILES remmina_about.glade DESTINATION "${REMMINA_UIDIR}")
install(FILES remmina_main.glade DESTINATION "${REMMINA_UIDIR}")
+install(FILES remmina_news.glade DESTINATION "${REMMINA_UIDIR}")
install(FILES remmina_spinner.glade DESTINATION "${REMMINA_UIDIR}")
install(FILES remmina_preferences.glade DESTINATION "${REMMINA_UIDIR}")
install(FILES remmina_key_chooser.glade DESTINATION "${REMMINA_UIDIR}")