diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-18 17:35:06 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-18 17:39:42 -0500 |
commit | 5863382e114e0851ea6ebc77bbbfd5c7236f6b5e (patch) | |
tree | 7c688e537ef72b0b55b579ac5dea925f0c41a66d /modules | |
parent | eb11430228e7e891a265ec98636af93741d0ee9e (diff) | |
download | gtk+-5863382e114e0851ea6ebc77bbbfd5c7236f6b5e.tar.gz |
Don't use GtkSocket internals in gail
Diffstat (limited to 'modules')
-rw-r--r-- | modules/other/gail/gail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c index 07a619d2ce..7094d9fe31 100644 --- a/modules/other/gail/gail.c +++ b/modules/other/gail/gail.c @@ -308,7 +308,7 @@ gail_focus_watcher (GSignalInvocationHint *ihint, * plug will report a focus notification. */ if (GTK_IS_SOCKET (widget) && - GTK_SOCKET (widget)->plug_widget == NULL) + gtk_socket_get_plug_window (GTK_SOCKET (widget)) != NULL) return TRUE; /* * The widget may not yet be visible on the screen so we wait until it is. |