changeset 205:92e4ddd580ae

version change before release
author Goffi <goffi@goffi.org>
date Fri, 20 Aug 2010 01:17:51 +0800
parents b2e1a13ed596
children 15ae72fd9c1a
files README frontends/primitivus/custom_widgets.py sat sat.tac
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Aug 20 01:15:58 2010 +0800
+++ b/README	Fri Aug 20 01:17:51 2010 +0800
@@ -1,4 +1,4 @@
-SàT
+SàT v0.0.3
 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010
 
 SàT is a XMPP (Jabber) client.
@@ -133,7 +133,7 @@
 These pictures come from Crystal clear, were made by Everaldo Coelho (www.everaldo.com) and YellowIcon (www.yellowicon.com). They are under LGPL V3 licence (see frontends/wix/images/COPYING.LESSER).
 Found on http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_browser.png and http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_cache.png
 
-pictures found in frontend/wix/images/...:
+pictures found in frontends/wix/images/cards/ :
 The Tarot cards pictures come from the deck found on wikicommons (the script used to cut them is available at frontend/wix/images/split_card.sh), and available at http://upload.wikimedia.org/wikipedia/commons/8/8d/Tarotcards.jpg under Creative Commons BY-SA. The authors shown on the site are Piast and Svick. The splitted cards are, according to the license, available under the same conditions.
 
 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture.
--- a/frontends/primitivus/custom_widgets.py	Fri Aug 20 01:15:58 2010 +0800
+++ b/frontends/primitivus/custom_widgets.py	Fri Aug 20 01:17:51 2010 +0800
@@ -189,7 +189,7 @@
         """Text to display when selected
         @text: text as in urwid.Text or None for default value"""
         if text == None:
-            text = ('selected',self.default_txt)
+            text = ('selected',self.getValue())
         self.selected_txt = self.__valid_text(text)
         if self.__selected:
             self.setState(self.__selected)
--- a/sat	Fri Aug 20 01:15:58 2010 +0800
+++ b/sat	Fri Aug 20 01:17:51 2010 +0800
@@ -1,3 +1,3 @@
 #!/bin/sh
-twistd -noy sat.tac
+twistd -oy sat.tac
 
--- a/sat.tac	Fri Aug 20 01:15:58 2010 +0800
+++ b/sat.tac	Fri Aug 20 01:17:51 2010 +0800
@@ -21,7 +21,7 @@
 
 CONST = {
     'client_name' : u'SàT (Salut à toi)',
-    'client_version' : u'0.0.2D',   #Please add 'D' at the end for dev versions
+    'client_version' : u'0.0.3',   #Please add 'D' at the end for dev versions
     'local_dir' : '~/.sat'
 }