Do not try to connect to notify::title, for some reason it breaks the browser.

It was only used for the journal anyway.
master
Marco Pesenti Gritti 18 years ago
parent 53b14ad081
commit e8b8e0e367

@ -104,7 +104,7 @@ class Activity(gtk.Window):
gtk.Window.__init__(self)
self.connect('destroy', self._destroy_cb)
self.connect('notify::title', self._title_changed_cb)
#self.connect('notify::title', self._title_changed_cb)
self._shared = False
self._activity_id = None

Loading…
Cancel
Save