[network-manager-applet/danw/sriov: 1/2] connection-editor: fix a signal callback signature
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/danw/sriov: 1/2] connection-editor: fix a signal callback signature
- Date: Mon, 4 Nov 2013 20:30:33 +0000 (UTC)
commit ae545a35faefbaf878c17c336b92ab447449af02
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 76d320b..727d434 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]