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 Remove useless debugging code 2007-07-30 23:30:00 -04:00
intro Don't set a server by default outside the emulator 2007-08-01 14:22:11 -04:00
model Make activity ring wedges represent approximate size of the activity. #2030 2007-08-03 11:31:21 -04:00
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 Add a bunch of GPL headers 2007-06-24 15:01:30 +02:00
kbdconfig Rework the emulator. Move matchbox in the shell. 2007-03-16 18:12:47 +01:00
Makefile.am Move SugarKeyGrabber in the lib. Keep it private. 2007-06-20 15:22:12 +02:00
shellservice.py Ensure activity uniquness in the shell 2007-07-20 13:15:11 +02:00
sugar-shell Start intro if config is absent or corrupted. 2007-07-30 15:34:02 +02:00