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-02-03 02:06:22 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-02-03 02:06:22 +0300
commit667cd5a7cd9a731ea52a49181807f02457b5405e (patch)
treec9b5e8d8d1cc43e4bd9428c528a5e456d94a5c3f /src/remmina_plugin_manager.c
parent9206a0a74d51ea87bce54f07781148bc2182a7d3 (diff)
refactoring: new name space for remmina_connection_window
Diffstat (limited to 'src/remmina_plugin_manager.c')
-rw-r--r--src/remmina_plugin_manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remmina_plugin_manager.c b/src/remmina_plugin_manager.c
index 380c0ebbb..0ed44ef07 100644
--- a/src/remmina_plugin_manager.c
+++ b/src/remmina_plugin_manager.c
@@ -50,7 +50,7 @@
#include "remmina_protocol_widget.h"
#include "remmina_log.h"
#include "remmina_widget_pool.h"
-#include "remmina_connection_window.h"
+#include "rcw.h"
#include "remmina_plugin_manager.h"
#include "remmina_public.h"
#include "remmina_masterthread_exec.h"
@@ -233,7 +233,7 @@ RemminaPluginService remmina_plugin_manager_service =
remmina_widget_pool_register,
- remmina_connection_window_open_from_file_full,
+ rcw_open_from_file_full,
remmina_public_get_server_port,
remmina_masterthread_exec_is_main_thread,
remmina_gtksocket_available,