Remove a trailing comma

2000-11-27  Havoc Pennington  <hp@redhat.com>

        * gtk/gtkprivate.h (enum): Remove a trailing comma
This commit is contained in:
Havoc Pennington 2000-11-28 01:01:58 +00:00 committed by Havoc Pennington
parent e4c935d66f
commit 60bc586718
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gtk/gtkprivate.h (enum): Remove a trailing comma
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gtk/gtkprivate.h (enum): Remove a trailing comma
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gtk/gtkprivate.h (enum): Remove a trailing comma
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gtk/gtkprivate.h (enum): Remove a trailing comma
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gtk/gtkprivate.h (enum): Remove a trailing comma
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gtk/gtkprivate.h (enum): Remove a trailing comma
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gtk/gtkprivate.h (enum): Remove a trailing comma
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to

View File

@ -48,7 +48,7 @@ typedef enum
PRIVATE_GTK_HAS_SHAPE_MASK = 1 << 5,
PRIVATE_GTK_IN_REPARENT = 1 << 6,
PRIVATE_GTK_DIRECTION_SET = 1 << 7, /* If the reading direction is not DIR_NONE */
PRIVATE_GTK_DIRECTION_LTR = 1 << 8, /* If the reading direction is DIR_LTR */
PRIVATE_GTK_DIRECTION_LTR = 1 << 8 /* If the reading direction is DIR_LTR */
} GtkPrivateFlags;
/* Macros for extracting a widgets private_flags from GtkWidget.