gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32048 - gnunet-gtk/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r32048 - gnunet-gtk/src/conversation
Date: Mon, 27 Jan 2014 20:50:33 +0100

Author: hark
Date: 2014-01-27 20:50:33 +0100 (Mon, 27 Jan 2014)
New Revision: 32048

Modified:
   gnunet-gtk/src/conversation/gnunet-conversation-gtk.c
Log:
fixed disconnect (was identity instead of namestore)



Modified: gnunet-gtk/src/conversation/gnunet-conversation-gtk.c
===================================================================
--- gnunet-gtk/src/conversation/gnunet-conversation-gtk.c       2014-01-27 
19:34:31 UTC (rev 32047)
+++ gnunet-gtk/src/conversation/gnunet-conversation-gtk.c       2014-01-27 
19:50:33 UTC (rev 32048)
@@ -238,6 +238,8 @@
 //
 
 
+
+
 /**
  * Function called with an event emitted by a phone.
  *
@@ -1019,7 +1021,7 @@
   }
   if (NULL != ns)
   {
-    GNUNET_IDENTITY_disconnect (ns);
+    GNUNET_NAMESTORE_disconnect (ns);
     ns = NULL;
   }
 
@@ -1167,9 +1169,9 @@
 }
 
 /* gui stuff start */
-
 /* 
- * Function to open a dialog box displaying the message provided. 
+ * Accept call window 
+ * TODO: rename this 
  *
  * @param message message in the dialogbox
  * @param caller_id




reply via email to

[Prev in Thread] Current Thread [Next in Thread]