The branch, twofactorauth has been updated via 0d0a24895352934b314f06bea85cd57cf33f98ad (commit) from 1928e7c3a2890bf965a3f889beee1ecd267629c6 (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: .build_man2html/html/man1/pyhoca-gui.1.html | 2 +- po/pyhoca-gui.pot | 38 ++++++++++++--------------- pyhoca/wxgui/menus_taskbar.py | 6 ++--- 3 files changed, 21 insertions(+), 25 deletions(-) The diff of changes is: diff --git a/.build_man2html/html/man1/pyhoca-gui.1.html b/.build_man2html/html/man1/pyhoca-gui.1.html index cb00cee..2a23936 100644 --- a/.build_man2html/html/man1/pyhoca-gui.1.html +++ b/.build_man2html/html/man1/pyhoca-gui.1.html @@ -208,6 +208,6 @@ Mike Gabriel <<A HREF="mailto:mike.gabriel@das-netzwerkteam.de">mike.gabriel@ This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> -Time: 09:10:48 GMT, May 30, 2011 +Time: 13:00:04 GMT, May 31, 2011 </BODY> </HTML> diff --git a/po/pyhoca-gui.pot b/po/pyhoca-gui.pot index 3d8dfae..434e8a8 100644 --- a/po/pyhoca-gui.pot +++ b/po/pyhoca-gui.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-05-26 12:09+0200\n" +"POT-Creation-Date: 2011-05-31 15:00+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -575,74 +575,70 @@ msgstr "" msgid "About %s (%s)..." msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:101 +#: ../pyhoca/wxgui/menus_taskbar.py:102 msgid "Printing Preferences" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:107 +#: ../pyhoca/wxgui/menus_taskbar.py:108 msgid "Client Options" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:115 ../pyhoca/wxgui/menus_taskbar.py:389 +#: ../pyhoca/wxgui/menus_taskbar.py:116 ../pyhoca/wxgui/menus_taskbar.py:390 msgid "E&xit" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:152 +#: ../pyhoca/wxgui/menus_taskbar.py:153 msgid "Resume Session" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:155 +#: ../pyhoca/wxgui/menus_taskbar.py:156 msgid "Transfer Session" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:156 +#: ../pyhoca/wxgui/menus_taskbar.py:157 msgid "Suspend Session" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:158 +#: ../pyhoca/wxgui/menus_taskbar.py:159 msgid "Terminate Session" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:196 +#: ../pyhoca/wxgui/menus_taskbar.py:197 msgid "Start &new Session" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:212 +#: ../pyhoca/wxgui/menus_taskbar.py:213 msgid "Running" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:214 +#: ../pyhoca/wxgui/menus_taskbar.py:215 msgid "Suspended" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:226 +#: ../pyhoca/wxgui/menus_taskbar.py:227 msgid "&Clean all sessions" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:228 +#: ../pyhoca/wxgui/menus_taskbar.py:229 msgid "Customize &profile" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:230 +#: ../pyhoca/wxgui/menus_taskbar.py:231 msgid "Share local &folder" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:235 +#: ../pyhoca/wxgui/menus_taskbar.py:236 msgid "&Disconnect from Server" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:262 +#: ../pyhoca/wxgui/menus_taskbar.py:263 msgid "Add Profile" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:329 +#: ../pyhoca/wxgui/menus_taskbar.py:332 msgid "No session profiles defined" msgstr "" -#: ../pyhoca/wxgui/menus_taskbar.py:331 -msgid "All session profiles are connected" -msgstr "" - #: ../pyhoca/wxgui/menus_taskbar.py:363 msgid "Start/Resume Session" msgstr "" diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index d3ce9d1..f954a33 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -223,9 +223,9 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu): if self._PyHocaGUI._temp_disabled_session_names.has_key(profile_name) and session_name in self._PyHocaGUI._temp_disabled_session_names[profile_name]: session_submenu.Enable(False) - if _session_list.keys(): - self.Append(id=ID_CLEANSESSIONS, text=_(u"&Clean all sessions")) - self.AppendSeparator() + if _session_list.keys(): + self.Append(id=ID_CLEANSESSIONS, text=_(u"&Clean all sessions")) + self.AppendSeparator() self.Append(id=ID_EDITPROFILEWHILECONNECTED, text=_(u"Customize &profile")) if current_profile_config['useexports']: _share_folder = self.Append(id=ID_SHARELOCALFOLDER, text=_(u"Share local &folder")) hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).