Some tiny UI improvements

This commit is contained in:
Marco Pesenti Gritti 2006-05-18 17:31:23 -04:00
parent 745f5982b4
commit 4dca6521aa

View File

@ -266,7 +266,8 @@ class BrowserActivity(activity.Activity):
text = '<b>' + owner + '</b> is reading <i>' + title + '</i>'
self._notif_bar.set_text(text)
self._notif_bar.set_action("goto_shared_location", "Go There")
self._notif_bar.set_action('goto_shared_location', 'Go There')
self._notif_bar.set_icon('stock_right')
self._notif_bar.show()
def activity_on_close_from_user(self):