mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Remove trailing commas from enumerations, since some compilers don't like
2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtklinkbutton.c: * gtk/gtkrecentfilter.c: * gtk/gtkprinteroptionwidget.c: Remove trailing commas from enumerations, since some compilers don't like them. (#467717) svn path=/trunk/; revision=18771
This commit is contained in:
parent
5c4d0d697d
commit
29490c0448
@ -1,3 +1,10 @@
|
||||
2007-09-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklinkbutton.c:
|
||||
* gtk/gtkrecentfilter.c:
|
||||
* gtk/gtkprinteroptionwidget.c: Remove trailing commas from
|
||||
enumerations, since some compilers don't like them. (#467717)
|
||||
|
||||
2007-09-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
|
||||
|
@ -58,7 +58,7 @@ enum
|
||||
{
|
||||
PROP_0,
|
||||
|
||||
PROP_URI,
|
||||
PROP_URI
|
||||
};
|
||||
|
||||
#define GTK_LINK_BUTTON_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GTK_TYPE_LINK_BUTTON, GtkLinkButtonPrivate))
|
||||
|
@ -73,7 +73,7 @@ enum {
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
PROP_SOURCE,
|
||||
PROP_SOURCE
|
||||
};
|
||||
|
||||
static guint signals[LAST_SIGNAL] = { 0 };
|
||||
|
@ -44,7 +44,7 @@ typedef enum {
|
||||
FILTER_RULE_APPLICATION,
|
||||
FILTER_RULE_AGE,
|
||||
FILTER_RULE_GROUP,
|
||||
FILTER_RULE_CUSTOM,
|
||||
FILTER_RULE_CUSTOM
|
||||
} FilterRuleType;
|
||||
|
||||
struct _GtkRecentFilter
|
||||
|
Loading…
Reference in New Issue
Block a user