commit | 96829e4f4032a388e4f181763c1e2cc23b09aac3 | [log] [tgz] |
---|---|---|
author | Owen W. Taylor <otaylor@fishsoup.net> | Thu Feb 14 17:11:28 2013 -0500 |
committer | Owen W. Taylor <otaylor@fishsoup.net> | Thu Feb 14 17:11:28 2013 -0500 |
tree | aa201afe64c60c9d522ef7b466cb49f5231e8a9f | |
parent | eee365964abaa1534c22827e61fb29a6e9f7a6b8 [diff] |
GtkContainer: fix disconnection from frame clock We need to disconnect the frame clock when we unrealize (at which point the old clock is still alive) not in destroy(). Since there is no common unrealize for containers, trigger this from GtkWidget.