Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/browser.py b/browser.py
index 7b0ec1d..8b0994b 100644
--- a/browser.py
+++ b/browser.py
@@ -218,7 +218,7 @@ class TabLabel(gtk.HBox):
__gsignals__ = {
'tab-close': (gobject.SIGNAL_RUN_FIRST,
gobject.TYPE_NONE,
- ([object]))
+ ([object])),
}
def __init__(self, browser):
@@ -263,8 +263,8 @@ class Browser(WebView):
__gsignals__ = {
'is-setup': (gobject.SIGNAL_RUN_FIRST,
- gobject.TYPE_NONE,
- ([]))
+ gobject.TYPE_NONE,
+ ([])),
}
def __init__(self):
@@ -295,7 +295,6 @@ class Browser(WebView):
self.emit('is-setup')
-
def get_url_from_nsiuri(self, uri):
"""
get a nsIURI object and return a string with the url