msmith - in flumotion/trunk: . flumotion/admin/gtk

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Thu Jun 14 13:42:26 CEST 2007


Author: msmith
Date: Thu Jun 14 13:42:24 2007
New Revision: 5176

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/flumotion/admin/gtk/client.py
Log:
        * flumotion/admin/gtk/client.py:
          Sort author names by surname, rather than mostly by first name but
          with new people randomly added to the bottom.
          Add Arek.



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Thu Jun 14 13:42:24 2007
@@ -1,3 +1,10 @@
+2007-06-13  Michael Smith <msmith at fluendo.com>
+
+	* flumotion/admin/gtk/client.py:
+	  Sort author names by surname, rather than mostly by first name but
+	  with new people randomly added to the bottom.
+	  Add Arek.
+
 2007-06-13  Andy Wingo  <wingo at pobox.com>
 
 	* flumotion/component/base/eaters.glade: 

Modified: flumotion/trunk/flumotion/admin/gtk/client.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/client.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/client.py	Thu Jun 14 13:42:24 2007
@@ -887,13 +887,15 @@
 
         text = _('Flumotion is a streaming media server.\n\n'
             '© 2004, 2005, 2006, 2007 Fluendo S.L.')
-        authors = ('Andy Wingo',
+        authors = (
                    'Johan Dahlin',
+                   'Arek Korbik',
+                   'Zaheer Abbas Merali',
+                   'Sébastien Merle',
                    'Mike Smith',
-                   'Thomas Vander Stichele',
                    'Wim Taymans',
-                   'Zaheer Abbas Merali',
-                   'Sébastien Merle'
+                   'Thomas Vander Stichele',
+                   'Andy Wingo',
         )
         text += '\n\n<small>' + _('Authors') + ':\n'
         for author in authors:


More information about the flumotion-commit mailing list