mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Remove trailing commas
svn path=/trunk/; revision=18849
This commit is contained in:
parent
a1045cf317
commit
763417b4c1
@ -1,3 +1,7 @@
|
||||
2007-09-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Remove trailing commas from enumerations.
|
||||
|
||||
2007-09-20 Cody Russell <bratsche@gnome.org>
|
||||
|
||||
* modules/engines/ms-windows/msw_style.c: Override draw_layout
|
||||
|
@ -3860,7 +3860,7 @@ internal_insert_element (GtkToolbar *toolbar,
|
||||
typedef enum {
|
||||
UNKNOWN,
|
||||
YES,
|
||||
NO,
|
||||
NO
|
||||
} TriState;
|
||||
|
||||
struct _ToolbarContent
|
||||
|
Loading…
Reference in New Issue
Block a user