[gtk+/refactor: 19/23] Use accessor functions to access GtkPlug
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/refactor: 19/23] Use accessor functions to access GtkPlug
- Date: Tue, 24 Aug 2010 14:41:57 +0000 (UTC)
commit 6a53a48294140a6e495be75e8a50e784af7cc5f9
Author: Javier Jardón <jjardon gnome org>
Date: Mon Aug 23 23:11:34 2010 +0200
Use accessor functions to access GtkPlug
gtk/gtkstatusicon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
index a72bb19..0ab4564 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]