Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 20:12:05 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 20:12:05 (GMT)
commitfed5435ca8e69f6b476f31e6ec3a748fa0b02c15 (patch)
treec6547172e004633b7283427541fc7f554ee65700 /webtoolbar.py
parent2decba58009262ca6c3855575bc7508235ef269f (diff)
Implement the sqlite store.
Diffstat (limited to 'webtoolbar.py')
-rwxr-xr-xwebtoolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index ecea25e..2d7a92f 100755
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -159,7 +159,6 @@ class WebEntry(AddressEntry):
def __key_press_event_cb(self, entry, event):
keyname = gtk.gdk.keyval_name(event.keyval)
- logging.info(keyname)
selection = self._search_view.get_selection()
model, selected = selection.get_selected()