forked from AuroraMiddleware/gtk
Use accessor functions to access GtkPlug
This commit is contained in:
parent
2425dad948
commit
af8efa0b46
@ -2489,7 +2489,7 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon)
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
plug = GTK_PLUG (status_icon->priv->tray_icon);
|
||||
|
||||
if (plug->socket_window)
|
||||
if (gtk_plug_get_embedded (plug))
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user