A bunch of cleanups. Add some useful properties to the browser.

This commit is contained in:
Marco Pesenti Gritti
2006-10-13 01:04:01 +02:00
parent 5101efb75b
commit 5a7a2fedc3
12 changed files with 435 additions and 498 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class PopupCreator(gobject.GObject):
return self._embed
class Browser(_sugar.Browser):
__gtype_name__ = "SugarBrowser"
__gtype_name__ = "SugarWebBrowser"
def __init__(self):
_sugar.Browser.__init__(self)
self._popup_creators = []