Fixing a bug from 1.0.3 where it would never reset the tap/hold state to initial...
authorepage <eopage@byu.net>
Sun, 16 Aug 2009 01:27:46 +0000 (01:27 +0000)
committerepage <eopage@byu.net>
Sun, 16 Aug 2009 01:27:46 +0000 (01:27 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@390 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gtk_toolbox.py

index 7080949..27230b9 100644 (file)
@@ -646,6 +646,7 @@ class TapOrHold(object):
        def _on_button_press(self, *args):
                # Hack to handle weird notebook behavior
                self._isPointerInside = True
+               self._isTap = True
 
                if self._tapTimeoutId is not None:
                        gobject.source_remove(self._tapTimeoutId)