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:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-11 18:39:03 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-23 18:24:57 +0300
commit69bcecc949f0cac7dd03335b30425c90925152d8 (patch)
treed2220453eac71c06319c02800b5b0d9fe497b283 /plugins
parent830faaa0568365f97d273c8f78c6bce751653720 (diff)
x2go_plugin.c: Session-Chooser-Dialog: Swap SUSPENDED_SINCE and CREATE_DATE.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index 3e124c398..88d2878de 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -174,8 +174,8 @@ enum SESSION_PROPERTIES {
SESSION_DISPLAY = 0,
SESSION_STATUS,
SESSION_SESSION_ID,
- SESSION_CREATE_DATE,
SESSION_SUSPENDED_SINCE,
+ SESSION_CREATE_DATE,
SESSION_AGENT_PID,
SESSION_USERNAME,
SESSION_HOSTNAME,