diff src/browser/sat_browser/main_panel.py @ 662:ebb602d8b3f2 frontends_multi_profiles

browser_side: replace all instances of 'str' with 'unicode'
author souliane <souliane@mailoo.org>
date Tue, 03 Mar 2015 06:51:13 +0100
parents 0b7e4226378d
children 849ffb24d5bf
line wrap: on
line diff
--- a/src/browser/sat_browser/main_panel.py	Tue Mar 03 06:24:27 2015 +0100
+++ b/src/browser/sat_browser/main_panel.py	Tue Mar 03 06:51:13 2015 +0100
@@ -176,7 +176,7 @@
 
     def changePresenceCb(self, presence=''):
         """Callback to notice the backend of a new presence set by the user.
-        @param presence (str): the new presence is a value in ('', 'chat', 'away', 'dnd', 'xa')
+        @param presence (unicode): the new presence is a value in ('', 'chat', 'away', 'dnd', 'xa')
         """
         self.host.bridge.call('setStatus', None, presence, self.parent_panel.status_panel.status)