Web activity: set activity name as the title of the window - SL #4605
At least View Source uses it.
This commit is contained in:
parent
972478eb04
commit
c8fa6bd694
@ -59,6 +59,8 @@ class WebActivity(Gtk.Window):
|
||||
|
||||
self._web_view.load_uri("activity://%s/index.html" % self._bundle_id)
|
||||
|
||||
self.set_title(activity.get_bundle_name())
|
||||
|
||||
def run_main_loop(self):
|
||||
Gtk.main()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user