From e6744bcb655f42699e4bf32520022c884e359a49 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 7 May 2017 12:40:05 +0200 Subject: [PATCH] libnm: fix type for "notify_id" source id in "nm-object.c" --- libnm/nm-object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm/nm-object.c b/libnm/nm-object.c index 93784884cd..f292cfbcc1 100644 --- a/libnm/nm-object.c +++ b/libnm/nm-object.c @@ -79,7 +79,7 @@ typedef struct { * to defer their notifications by adding themselves here. */ CList notify_items; - guint32 notify_id; + guint notify_id; guint reload_remaining;