GNOME Bugzilla – Bug 142351
Build break in nautilus-extension-types.h
Last modified: 2004-12-22 21:47:04 UTC
There is an extraneous "," at the end of the enum, on line 55 which causes a build break on AIX using native compiler.
Could I add another extraneous "," error ? It's in nautilus/src/nautilus-view-frame.c at line 530. Thanks.
*** Bug 142352 has been marked as a duplicate of this bug. ***
thanks for the report. so that this bug report doesn't get lost in the noise, could you add a patch, mark the priority to High and possibly send the patch to the nautilus mailing list with a pointer to the URL of this bug? thanks, and sorry for the inconvenience.
Sorry for the missing references, here there are : libnautilus-extension/nautilus-extension-types.h, line 55 : In typedef enum NautilusOperationResult : Change line NAUTILUS_OPERATION_IN_PROGRESS, To NAUTILUS_OPERATION_IN_PROGRESS src/nautilus-view-frame.c, line 530 : In enum : enum { BONOBO_PROPERTY_TITLE, BONOBO_PROPERTY_HISTORY, BONOBO_PROPERTY_SELECTION, BONOBO_PROPERTY_WINDOW_TYPE, }; Change line BONOBO_PROPERTY_WINDOW_TYPE, To BONOBO_PROPERTY_WINDOW_TYPE
Created attachment 29847 [details] [review] Proposed patch. While one of the enums has been fixed already, the second is still bogus.
Patch commited to cvs. Thanks.