remove extraneous comma

* gtk/gtkobject.h: remove extraneous comma

-Yosh
This commit is contained in:
Manish Singh 1998-11-23 04:37:57 +00:00
parent b9017e53a2
commit 6c0458c428
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkobject.h: remove extraneous comma
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:

View File

@ -1,3 +1,7 @@
Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkobject.h: remove extraneous comma
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:

View File

@ -1,3 +1,7 @@
Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkobject.h: remove extraneous comma
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:

View File

@ -1,3 +1,7 @@
Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkobject.h: remove extraneous comma
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:

View File

@ -1,3 +1,7 @@
Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkobject.h: remove extraneous comma
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:

View File

@ -1,3 +1,7 @@
Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkobject.h: remove extraneous comma
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:

View File

@ -1,3 +1,7 @@
Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkobject.h: remove extraneous comma
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:

View File

@ -74,7 +74,7 @@ typedef enum
GTK_DESTROYED = 1 << 0,
GTK_FLOATING = 1 << 1,
GTK_CONNECTED = 1 << 2,
GTK_CONSTRUCTED = 1 << 3,
GTK_CONSTRUCTED = 1 << 3
} GtkObjectFlags;
/* Macros for extracting the object_flags from GtkObject.