diff options
author | hark <hark@puscii.nl> | 2014-01-27 19:50:33 +0000 |
---|---|---|
committer | hark <hark@puscii.nl> | 2014-01-27 19:50:33 +0000 |
commit | 51576b537875e87c3be7bf3fc5d4f6c501f6f83e (patch) | |
tree | 4aa852467e302bb310b873497b41643712044e26 | |
parent | 77ef751bada764793036f3a12dd672f627fdd748 (diff) | |
download | gnunet-gtk-51576b537875e87c3be7bf3fc5d4f6c501f6f83e.tar.gz gnunet-gtk-51576b537875e87c3be7bf3fc5d4f6c501f6f83e.zip |
fixed disconnect (was identity instead of namestore)
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c index 93051504..8a036cae 100644 --- a/src/conversation/gnunet-conversation-gtk.c +++ b/src/conversation/gnunet-conversation-gtk.c | |||
@@ -238,6 +238,8 @@ enable_button (const char *button_name) | |||
238 | // | 238 | // |
239 | 239 | ||
240 | 240 | ||
241 | |||
242 | |||
241 | /** | 243 | /** |
242 | * Function called with an event emitted by a phone. | 244 | * Function called with an event emitted by a phone. |
243 | * | 245 | * |
@@ -1019,7 +1021,7 @@ GNUNET_GTK_conversation_quit_cb (GObject * object, gpointer user_data) | |||
1019 | } | 1021 | } |
1020 | if (NULL != ns) | 1022 | if (NULL != ns) |
1021 | { | 1023 | { |
1022 | GNUNET_IDENTITY_disconnect (ns); | 1024 | GNUNET_NAMESTORE_disconnect (ns); |
1023 | ns = NULL; | 1025 | ns = NULL; |
1024 | } | 1026 | } |
1025 | 1027 | ||
@@ -1167,9 +1169,9 @@ main (int argc, char *const *argv) | |||
1167 | } | 1169 | } |
1168 | 1170 | ||
1169 | /* gui stuff start */ | 1171 | /* gui stuff start */ |
1170 | |||
1171 | /* | 1172 | /* |
1172 | * Function to open a dialog box displaying the message provided. | 1173 | * Accept call window |
1174 | * TODO: rename this | ||
1173 | * | 1175 | * |
1174 | * @param message message in the dialogbox | 1176 | * @param message message in the dialogbox |
1175 | * @param caller_id | 1177 | * @param caller_id |