[network-manager-applet] connection-editor: fix a signal callback signature
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] connection-editor: fix a signal callback signature
- Date: Wed, 6 Nov 2013 15:28:33 +0000 (UTC)
commit 736dfcc59547d77a82b474f28ce47ecc47baf660
Author: Dan Winship <danw gnome org>
Date: Mon Nov 4 15:17:31 2013 -0500
connection-editor: fix a signal callback signature
src/connection-editor/page-master.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/page-master.c b/src/connection-editor/page-master.c
index be2ee0c..dfa75e3 100644
--- a/src/connection-editor/page-master.c
+++ b/src/connection-editor/page-master.c
@@ -249,8 +249,7 @@ connections_selection_changed_cb (GtkTreeSelection *selection, gpointer user_dat
}
static void
-add_response_cb (NMConnectionEditor *editor, NMRemoteConnection *connection,
- gboolean added, gpointer user_data)
+add_response_cb (NMConnectionEditor *editor, GtkResponseType response, gpointer user_data)
{
g_object_unref (editor);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]