]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkaccellabel.c
wayland: Remove non-existing gdkscreen-wayland.h from SOURCES
[~andy/gtk] / gtk / gtkaccellabel.c
index e48933dc0506bbb0bf982514218f81f13c760519..167e6033d1dab810040e9a49f6aabe71c780e7df 100644 (file)
@@ -100,11 +100,11 @@ enum {
 
 struct _GtkAccelLabelPrivate
 {
-  guint          accel_padding;      /* should be style property? */
-  GtkWidget     *accel_widget;       /* done*/
+  GtkWidget     *accel_widget;       /* done */
   GClosure      *accel_closure;      /* has set function */
   GtkAccelGroup *accel_group;        /* set by set_accel_closure() */
   gchar         *accel_string;       /* has set function */
+  guint          accel_padding;      /* should be style property? */
   guint16        accel_string_width; /* seems to be private */
 };