summaryrefslogtreecommitdiff
path: root/src/nautilus-information-panel.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2004-03-09 11:27:55 +0000
committerAlexander Larsson <alexl@src.gnome.org>2004-03-09 11:27:55 +0000
commit192a28509893421c478b21f045ce6f49fcab11b0 (patch)
tree3fb606d3948c4cb2a60de8254ac4bbf18c700d38 /src/nautilus-information-panel.c
parent9b9014f1460dfe165e0b629f6cb2289f83c60fb0 (diff)
downloadnautilus-192a28509893421c478b21f045ce6f49fcab11b0.tar.gz
No commas at end of enum. Fixes builds for non-C99/gcc compilers.
2004-03-09 Alexander Larsson <alexl@redhat.com> * components/image_properties/nautilus-image-properties-view.c: * libnautilus-private/nautilus-file-attributes.h: * src/nautilus-information-panel.c: No commas at end of enum. Fixes builds for non-C99/gcc compilers.
Diffstat (limited to 'src/nautilus-information-panel.c')
-rw-r--r--src/nautilus-information-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-information-panel.c b/src/nautilus-information-panel.c
index 4826bcf41..5fadaa6d6 100644
--- a/src/nautilus-information-panel.c
+++ b/src/nautilus-information-panel.c
@@ -144,7 +144,7 @@ static GtkTargetEntry target_table[] = {
typedef enum {
NO_PART,
BACKGROUND_PART,
- ICON_PART,
+ ICON_PART
} InformationPanelPart;
EEL_CLASS_BOILERPLATE (NautilusInformationPanel, nautilus_information_panel, EEL_TYPE_BACKGROUND_BOX)