Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-21 19:08:13 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-21 19:08:13 (GMT)
commit228c18e134dc447f72ce441bc952775228e4d5b8 (patch)
tree05b7f53bb8332db2c3590da9f5abc172f4b07c6d /browser.py
parentb3def2644a6af2d1be2124a93161d4ad3b237ca3 (diff)
parent57a6fa0992c616dc0887c8f35debe19c9ac80d0a (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activity
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/browser.py b/browser.py
index 4e7be50..aa3a8a0 100644
--- a/browser.py
+++ b/browser.py
@@ -37,8 +37,6 @@ class Browser(WebView):
window_watcher = cls.getService(interfaces.nsIWindowWatcher)
window_watcher.setWindowCreator(window_creator)
- self.is_chrome = False
-
self.connect('realize', self._realize_cb)
def _realize_cb(self, widget):