sugar-toolkit-gtk3/shell
Dan Winship 56d8e5e748 Don't use gtk.get_current_event_time() as the timestamp for window.activate()
gtk.get_current_event_time() will return 0 if there's no "current
event" (which will happen if this is invoked from a SugarKeyGrabber
callback, because that intercepts events below the gtk level). And
libwnck will g_warn if we pass "0" to window.activate(). Since
matchbox doesn't look at the timestamp anyway, it's simplest to just
always pass "1" there.

(Needed for part of #2159)
2007-08-06 09:25:42 -04:00
..
hardware
intro
model
view Don't use gtk.get_current_event_time() as the timestamp for window.activate() 2007-08-06 09:25:42 -04:00
__init__.py
kbdconfig
Makefile.am
shellservice.py
sugar-shell