Re: [Nautilus-list] some build fixes



On 12/7/01 11:18 AM, "Laszlo PETER" <Laszlo Peter ireland sun com> wrote:

> -    DEBUG_MSG (("-%s\n", __FUNCTION__));
> +    DEBUG_MSG (("-%s\n", G_GNUC_FUNCTION));

These are fine.

> -    display = XOpenDisplay (_gdk_display_name);
> +    display = XOpenDisplay (DisplayString (GDK_DISPLAY ()));

Great!

> -NautilusDeviceType       nautilus_volume_get_device_type
> (const NautilusVolume       *volume);
> +const NautilusDeviceType nautilus_volume_get_device_type
> (const NautilusVolume       *volume);

Not OK. Please fix this another way.

    -- Darin





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]