diff libervia.py @ 442:17259c2ff96f

browser_side: changes about the UI (remarks from Franck): - select "Register" by default instead of "Login" - make the "Register" and "Login" button more visible - do not use the "New message" button, directly display an empty entry - "New message" button would be bigger (if we use it again) - remove the background from the microblog entry header - "toggle syntax" button is displayed below the text area and with plain text (no icon) - icons for entry action are displayed in this order: "reply", "edit", "delete" - icon for replying is bigger than the others - used a "smiley" from tango as default avatar
author souliane <souliane@mailoo.org>
date Wed, 14 May 2014 12:24:38 +0200
parents 88461e9c3e47
children
line wrap: on
line diff
--- a/libervia.py	Tue May 13 17:09:41 2014 +0200
+++ b/libervia.py	Wed May 14 12:24:38 2014 +0200
@@ -267,7 +267,7 @@
 
         if jid_str not in self.avatars_cache:
             self.bridge.call('getEntityData', (dataReceived, avatarError), jid_str, ['avatar'])
-            self.avatars_cache[jid_str] = "/media/misc/empty_avatar"
+            self.avatars_cache[jid_str] = "/media/icons/tango/emotes/64/face-plain.png"
         return self.avatars_cache[jid_str]
 
     def registerWidget(self, wid):