mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
Adjust comment
This commit is contained in:
parent
b948b7b6e5
commit
b4ba3c5297
1 changed files with 2 additions and 2 deletions
|
@ -1481,8 +1481,8 @@ class App (object):
|
|||
|
||||
def close_window (self, window):
|
||||
|
||||
# For some reason, going down takes some time for large files. Let's
|
||||
# block until the window is hidden:
|
||||
# GtkTreeView takes some time to go down for large files. Let's block
|
||||
# until the window is hidden:
|
||||
gobject.idle_add (gtk.main_quit)
|
||||
gtk.main ()
|
||||
|
||||
|
|
Loading…
Reference in a new issue