summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-secret-agent.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-01-18 13:21:02 -0600
committerDan Williams <dcbw@redhat.com>2011-01-18 13:21:02 -0600
commitcc88e4e51c0a6aa6d6bf40caef14a53e3a2b0396 (patch)
tree6beff87466a1c06881f2fca36986c0a6275f783a /libnm-glib/nm-secret-agent.c
parent30c7308e9d9f6db72023ecc6ccb8ea964fb563d9 (diff)
downloadNetworkManager-cc88e4e51c0a6aa6d6bf40caef14a53e3a2b0396.tar.gz
trivial: fix a few small issues in the NMSecretAgent class
Diffstat (limited to 'libnm-glib/nm-secret-agent.c')
-rw-r--r--libnm-glib/nm-secret-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-glib/nm-secret-agent.c b/libnm-glib/nm-secret-agent.c
index d1c8b44988..c5b80dc725 100644
--- a/libnm-glib/nm-secret-agent.c
+++ b/libnm-glib/nm-secret-agent.c
@@ -754,7 +754,7 @@ nm_secret_agent_class_init (NMSecretAgentClass *class)
"Identifier",
"Identifier",
NULL,
- G_PARAM_READABLE | G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
/**
* NMSecretAgent::registration-result:
@@ -765,7 +765,7 @@ nm_secret_agent_class_init (NMSecretAgentClass *class)
* request was successful.
**/
signals[REGISTRATION_RESULT] =
- g_signal_new (REGISTRATION_RESULT,
+ g_signal_new (NM_SECRET_AGENT_REGISTRATION_RESULT,
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_FIRST,
0, NULL, NULL,