diff options
author | Milan Crha <mcrha@redhat.com> | 2010-08-24 15:27:27 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-08-24 15:27:27 +0800 |
commit | d07f15d2073c3e6340dc0db404e8da3ac97a30ab (patch) | |
tree | 478d163c897b944fb50d6e7401b958e612f0da99 /modules/connman/evolution-connman.c | |
parent | 48e4f1de4f0794cae60190b79b3bc9141f57bcd6 (diff) | |
download | gsoc2013-evolution-d07f15d2073c3e6340dc0db404e8da3ac97a30ab.tar.gz gsoc2013-evolution-d07f15d2073c3e6340dc0db404e8da3ac97a30ab.tar.zst gsoc2013-evolution-d07f15d2073c3e6340dc0db404e8da3ac97a30ab.zip |
Build break with evolution-connman - new parameter in a GDBus function
Diffstat (limited to 'modules/connman/evolution-connman.c')
-rw-r--r-- | modules/connman/evolution-connman.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c index d11fa52577..d1c94d48fc 100644 --- a/modules/connman/evolution-connman.c +++ b/modules/connman/evolution-connman.c @@ -154,6 +154,7 @@ network_manager_connect (EConnMan *extension) NULL, CM_DBUS_PATH, NULL, + G_DBUS_SIGNAL_FLAGS_NONE, conn_manager_signal_cb, extension, NULL)) { |