gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31652 - gnunet-gtk/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r31652 - gnunet-gtk/src/namestore
Date: Sat, 21 Dec 2013 18:57:36 +0100

Author: grothoff
Date: 2013-12-21 18:57:36 +0100 (Sat, 21 Dec 2013)
New Revision: 31652

Modified:
   gnunet-gtk/src/namestore/gnunet-namestore-gtk.c
   gnunet-gtk/src/namestore/gnunet-namestore-gtk.conf
Log:
-use long name

Modified: gnunet-gtk/src/namestore/gnunet-namestore-gtk.c
===================================================================
--- gnunet-gtk/src/namestore/gnunet-namestore-gtk.c     2013-12-21 17:56:34 UTC 
(rev 31651)
+++ gnunet-gtk/src/namestore/gnunet-namestore-gtk.c     2013-12-21 17:57:36 UTC 
(rev 31652)
@@ -2751,12 +2751,12 @@
                                &cleanup_task, NULL);
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_time (cfg,
-                                           "namestore-gtk",
+                                           "gnunet-namestore-gtk",
                                            "NICK_EXPIRATION",
                                            &nick_expiration_time))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
-                               "namestore-gtk",
+                               "gnunet-namestore-gtk",
                                "NICK_EXPIRATION");
     GNUNET_SCHEDULER_shutdown ();
     return;

Modified: gnunet-gtk/src/namestore/gnunet-namestore-gtk.conf
===================================================================
--- gnunet-gtk/src/namestore/gnunet-namestore-gtk.conf  2013-12-21 17:56:34 UTC 
(rev 31651)
+++ gnunet-gtk/src/namestore/gnunet-namestore-gtk.conf  2013-12-21 17:57:36 UTC 
(rev 31652)
@@ -1,3 +1,3 @@
-[namestore-gtk]
+[gnunet-namestore-gtk]
 NICK_EXPIRATION = 1 week
 




reply via email to

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