Fix blank line

This commit is contained in:
Florian Bruhin 2014-05-17 23:46:41 +02:00
parent bca3909a10
commit d2049eb462

View File

@ -332,7 +332,6 @@ class TabbedBrowser(TabWidget):
else:
logging.debug("ignoring title change")
@pyqtSlot(str)
def on_url_text_changed(self, url):
"""Set the new URL as title if there's no title yet."""