[X2Go-Commits] x2gobroker.git - statusflag (branch) updated: 2636bc9f7f5a7497712338de870bc3458a7437c5

X2Go dev team git-admin at x2go.org
Tue Jun 4 21:09:34 CEST 2013


The branch, statusflag has been updated
       via  2636bc9f7f5a7497712338de870bc3458a7437c5 (commit)
      from  6b97f598d6da87995bed44366f22629cb28e8341 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2gobroker/web/plain.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 96eb9cc..cc93fc9 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -108,7 +108,9 @@ class X2GoBrokerWebPlain:
                 profiles = broker_backend.list_profiles(username)
                 if profiles:
                     output += "START_USER_SESSIONS\n\n"
-                    for profile_id in profiles:
+                    profile_ids = profiles.keys()
+                    profile_ids.sort()
+                    for profile_id in profile_ids:
                         output += "[{profile_id}]\n".format(profile_id=profile_id)
                         for key in profiles[profile_id].keys():
                             if type(profiles[profile_id][key]) in (types.UnicodeType, types.StringType):


hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)

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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).




More information about the x2go-commits mailing list