[X2go-Commits] x2goclient.git - master (branch) updated: 3.99.2.2-69-g6710acd

X2Go dev team git-admin at x2go.org
Sun Oct 21 20:11:14 CEST 2012


The branch, master has been updated
       via  6710acd8dc42c4b920b7b202adf660acb61a09b1 (commit)
      from  ee631920b8c647be9082f0689f688fbdf9513c9a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6710acd8dc42c4b920b7b202adf660acb61a09b1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Oct 21 20:11:11 2012 +0200

    sort session type items

-----------------------------------------------------------------------

Summary of changes:
 sessionbutton.cpp |    2 +-
 sessionbutton.h   |    2 +-
 sessionwidget.cpp |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/sessionbutton.cpp b/sessionbutton.cpp
index 04488d8..c5ed6b0 100644
--- a/sessionbutton.cpp
+++ b/sessionbutton.cpp
@@ -337,8 +337,8 @@ void SessionButton::redraw()
     cmdBox->addItem ( "KDE" );
     cmdBox->addItem ( "GNOME" );
     cmdBox->addItem ( "LXDE" );
-    cmdBox->addItem ( "UNITY" );
     cmdBox->addItem ( "XFCE" );
+    cmdBox->addItem ( "UNITY" );
     cmdBox->addItem ( tr ( "RDP connection" ) );
     cmdBox->addItem ( tr ( "XDMCP" ) );
     cmdBox->addItem ( tr ( "Connection to local desktop" ) );
diff --git a/sessionbutton.h b/sessionbutton.h
index bac2075..fe294d6 100644
--- a/sessionbutton.h
+++ b/sessionbutton.h
@@ -26,7 +26,7 @@ class SessionButton : public SVGFrame
 {
     Q_OBJECT
 public:
-    enum {KDE,GNOME,UNITY,XFCE,LXDE,RDP,XDMCP,SHADOW,PUBLISHED,OTHER,APPLICATION};
+    enum {KDE,GNOME,LXDE,XFCE,UNITY,RDP,XDMCP,SHADOW,PUBLISHED,OTHER,APPLICATION};
     SessionButton ( ONMainWindow* mw, QWidget* parent,QString id );
     ~SessionButton();
     QString id() {
diff --git a/sessionwidget.cpp b/sessionwidget.cpp
index 00643ed..4da9bcd 100644
--- a/sessionwidget.cpp
+++ b/sessionwidget.cpp
@@ -181,8 +181,8 @@ SessionWidget::SessionWidget ( QString id, ONMainWindow * mw,
     sessBox->addItem ( "KDE" );
     sessBox->addItem ( "GNOME" );
     sessBox->addItem ( "LXDE" );
-    sessBox->addItem ( "UNITY" );
     sessBox->addItem ( "XFCE" );
+    sessBox->addItem ( "UNITY" );
     sessBox->addItem ( tr ( "Connect to Windows terminal server" ) );
     sessBox->addItem ( tr ( "XDMCP" ) );
     sessBox->addItem ( tr ( "Connect to local desktop" ) );


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list