[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-65-g042b53e

Sandro Tosi morph at debian.org
Sun Oct 23 17:10:59 UTC 2011


The following commit has been merged in the master branch:
commit d285d9363ae2384ea3f6a4cde1467bb5c2afe526
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Oct 22 15:53:22 2011 +0200

    is_mouse_event() is in urwid.util now

diff --git a/reportbug/ui/urwid_ui.py b/reportbug/ui/urwid_ui.py
index ae80797..678ac26 100644
--- a/reportbug/ui/urwid_ui.py
+++ b/reportbug/ui/urwid_ui.py
@@ -154,7 +154,7 @@ class dialog(object):
                 while not keys:
                     keys = self.ui.get_input()
                 for k in keys:
-                    if urwid.is_mouse_event(k):
+                    if urwid.util.is_mouse_event(k):
                         event, button, col, row = k
                         self.view.mouse_event( size,
                                                event, button, col, row,

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list