[network-manager-applet] applet: fix compiling with GLib 2.32 for g_clear_pointer()
- From: Jiří Klimeš <jklimes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] applet: fix compiling with GLib 2.32 for g_clear_pointer()
- Date: Fri, 16 Jan 2015 09:14:34 +0000 (UTC)
commit 4b9674dff764b0c19fe844c9816c968107ff431d
Author: Jiří Klimeš <jklimes redhat com>
Date: Fri Jan 16 10:10:46 2015 +0100
applet: fix compiling with GLib 2.32 for g_clear_pointer()
src/applet.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index c69232f..db87c0a 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -15,7 +15,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * Copyright (C) 2004 - 2012 Red Hat, Inc.
+ * Copyright (C) 2004 - 2015 Red Hat, Inc.
* Copyright (C) 2005 - 2008 Novell, Inc.
*
* This applet used the GNOME Wireless Applet as a skeleton to build from.
@@ -88,6 +88,7 @@
#include "applet-vpn-request.h"
#include "utils.h"
#include "nm-ui-utils.h"
+#include "nm-glib-compat.h"
#if WITH_MODEM_MANAGER_1
# include "applet-device-broadband.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]