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 "Python X2go Client (wxPython GUI)". The branch, develop has been updated via 10ad54b589031bbd3b6cbe155735165ff17f6afd (commit) via 968d69c9379b3fe851c6236aca5bf497a066d7d0 (commit) from 3fbeca364091726d2d4a09a743639d7f2f96978e (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 10ad54b589031bbd3b6cbe155735165ff17f6afd Author: Mike Gabriel <m.gabriel@das-netzwerkteam.de> Date: Sat Feb 26 15:50:43 2011 +0100 added icon support to message framework commit 968d69c9379b3fe851c6236aca5bf497a066d7d0 Author: Mike Gabriel <m.gabriel@das-netzwerkteam.de> Date: Sat Feb 26 15:29:50 2011 +0100 added icon symlink for profile_warning ----------------------------------------------------------------------- Summary of changes: .../32x32/{auth_failed.png => profile_warning.png} | 0 icons/PyHoca/{32x32 => 64x64}/audio_error.png | 0 icons/PyHoca/{32x32 => 64x64}/auth_error.png | 0 icons/PyHoca/{32x32 => 64x64}/auth_failed.png | 0 icons/PyHoca/{32x32 => 64x64}/auth_success.png | 0 icons/PyHoca/64x64/dialog-apply.png | Bin 0 -> 3213 bytes icons/PyHoca/64x64/dialog-error.png | Bin 0 -> 3973 bytes icons/PyHoca/64x64/dialog-question.png | Bin 0 -> 4966 bytes icons/PyHoca/64x64/dialog-warning.png | Bin 0 -> 3894 bytes icons/PyHoca/{32x32 => 64x64}/profile_error.png | 0 .../auth_failed.png => 64x64/profile_warning.png} | 0 icons/PyHoca/{32x32 => 64x64}/session_error.png | 0 icons/PyHoca/{32x32 => 64x64}/session_resume.png | 0 icons/PyHoca/{32x32 => 64x64}/session_start.png | 0 icons/PyHoca/{32x32 => 64x64}/session_warning.png | 0 pyhoca/wxgui/messages.py | 18 +++++++++++++++--- 16 files changed, 15 insertions(+), 3 deletions(-) copy icons/PyHoca/32x32/{auth_failed.png => profile_warning.png} (100%) copy icons/PyHoca/{32x32 => 64x64}/audio_error.png (100%) copy icons/PyHoca/{32x32 => 64x64}/auth_error.png (100%) copy icons/PyHoca/{32x32 => 64x64}/auth_failed.png (100%) copy icons/PyHoca/{32x32 => 64x64}/auth_success.png (100%) create mode 100644 icons/PyHoca/64x64/dialog-apply.png create mode 100644 icons/PyHoca/64x64/dialog-error.png create mode 100644 icons/PyHoca/64x64/dialog-question.png create mode 100644 icons/PyHoca/64x64/dialog-warning.png copy icons/PyHoca/{32x32 => 64x64}/profile_error.png (100%) copy icons/PyHoca/{32x32/auth_failed.png => 64x64/profile_warning.png} (100%) copy icons/PyHoca/{32x32 => 64x64}/session_error.png (100%) copy icons/PyHoca/{32x32 => 64x64}/session_resume.png (100%) copy icons/PyHoca/{32x32 => 64x64}/session_start.png (100%) copy icons/PyHoca/{32x32 => 64x64}/session_warning.png (100%) hooks/post-receive -- Python X2go Client (wxPython GUI)