]> Pileus Git - ~andy/gtk/commit
Set user_time from startup_id if window realized
authorAlexander Larsson <alexl@redhat.com>
Tue, 7 Apr 2009 13:39:00 +0000 (15:39 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 7 Apr 2009 13:39:00 +0000 (15:39 +0200)
commit5e0bd0c9bed0398f12a311ecd57a4bb36a1bbbf6
tree558e02016402adc922494b5648e1a60758025888
parent87459ff86c88469a752a09314db44526264de2f2
Set user_time from startup_id if window realized

For non-realized windows we set the user_time from the startup id on
realization. However, if the window is already realized when the
startup_id is not set we currently don't, but we should. (#573922)
gtk/gtkwindow.c