Re: Build failure current head



On 12/26/06, Mike Emmel <mike emmel gmail com> wrote:
Hi all I'm getting this build failure with the current head. Directfb backend

Anyone else seeing this ?

gtkstatusicon.c: In function 'gtk_status_icon_get_property':
gtkstatusicon.c:672: error: 'struct _GtkStatusIconPrivate' has no
member named 'tray_icon'


I patched with this comments ?

Index: gtkstatusicon.c
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/gtkstatusicon.c,v
retrieving revision 1.31
diff -u -r1.31 gtkstatusicon.c
--- gtkstatusicon.c     22 Dec 2006 19:10:40 -0000      1.31
+++ gtkstatusicon.c     26 Dec 2006 22:23:18 -0000
@@ -669,7 +669,9 @@
      g_value_set_boolean (value, gtk_status_icon_is_embedded (status_icon));
      break;
    case PROP_ORIENTATION:
+#ifdef GDK_WINDOWING_X11
      g_value_set_enum (value, _gtk_tray_icon_get_orientation
(status_icon->priv->tray_icon));
+#endif
      break;
    default:
      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]