Re: [PATCH 1/4] Add TimezoneMap widget to AnacondaWidgets

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

 



> +#if 0
> +
> +/* Currently not working */
> +static void
> +free_tzdata (TzLocation *tz)
> +{
> +	
> +	if (tz->country)
> +	  g_free(tz->country);
> +	if (tz->zone)
> +	  g_free(tz->zone);
> +	if (tz->comment)
> +	  g_free(tz->comment);
> +	
> +	g_free(tz);
> +}
> +#endif

> +#ifndef __sun
> +#  define TZ_DATA_FILE "/usr/share/zoneinfo/zone.tab"
> +#else
> +#  define TZ_DATA_FILE "/usr/share/lib/zoneinfo/tab/zone_sun.tab"
> +#endif

I'd still like to see code that's ifdeffed out or has anything to do
with sun removed, since we're not going to have to deal with those.

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux