[X2Go-Commits] [x2gokdrive] 02/03: x2gokdriveinit.c: Move remote_selection_init() from deprecated ephyrExtensionInit() to InitOutput().
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Fri Jul 12 18:40:41 CEST 2019
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdrive.
commit 4888c61df480acdc6a717b9d75e6bb19c131366c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jun 17 12:21:35 2019 +0200
    x2gokdriveinit.c: Move remote_selection_init() from deprecated ephyrExtensionInit() to InitOutput().
---
 x2gokdriveinit.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c
index a262320..2496f76 100644
--- a/x2gokdriveinit.c
+++ b/x2gokdriveinit.c
@@ -76,7 +76,6 @@ static
 void ephyrExtensionInit(void)
 {
     LoadExtensionList(ephyrExtensions, ARRAY_SIZE(ephyrExtensions), TRUE);
-    remote_selection_init();
 }
 
 
@@ -86,6 +85,8 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char **argv)
     if (serverGeneration == 1)
         ephyrExtensionInit();
 
+    remote_selection_init();
+
     KdInitOutput(pScreenInfo, argc, argv);
 }
 
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
    
    
More information about the x2go-commits
mailing list