Re: Freeze break exception for #771628
- From: Michael Catanzaro <mcatanzaro gnome org>
- To: Frederic Peters <fpeters gnome org>, Carlos Garnacho <carlosg gnome org>
- Cc: GNOME release team <release-team gnome org>
- Subject: Re: Freeze break exception for #771628
- Date: Mon, 19 Sep 2016 11:26:19 -0500
On Mon, 2016-09-19 at 17:00 +0200, Frederic Peters wrote:
Style-wise the maybe-else part cut by #endif is quite ugly; but ok,
first approval nevertheless.
2/2, but consider this solution to avoid the weird placement of the
preprocessor conditionals:
#ifdef HAVE_LIBWACOM
if (info->wacom_device)
id = g_strdup_printf (...);
#endif
if (!id)
id = g_strdup_printf (...);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]