gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24812 - gnunet-gtk/src/setup


From: gnunet
Subject: [GNUnet-SVN] r24812 - gnunet-gtk/src/setup
Date: Tue, 6 Nov 2012 23:20:57 +0100

Author: grothoff
Date: 2012-11-06 23:20:57 +0100 (Tue, 06 Nov 2012)
New Revision: 24812

Modified:
   gnunet-gtk/src/setup/gnunet-setup-options.c
Log:
actually store updates to datacache and datastore quotas to configuration

Modified: gnunet-gtk/src/setup/gnunet-setup-options.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-options.c 2012-11-06 18:16:56 UTC (rev 
24811)
+++ gnunet-gtk/src/setup/gnunet-setup-options.c 2012-11-06 22:20:57 UTC (rev 
24812)
@@ -1450,6 +1450,18 @@
   /* FS TAB */
 
   {
+   "GNUNET_setup_fs_datastore_quota_spinbutton",
+   "value-changed",
+   "datastore",
+   "QUOTA",
+   gettext_noop ("How many bytes are we allowed to store in the local 
datastore?"),
+   "https://gnunet.org/datastore-quota";,
+   &load_number,
+   &save_number, NULL,
+   NULL, NULL,
+   NULL},
+
+  {
    "GNUNET_setup_fs_datastore_sqlite_radiobutton",
    "toggled",
    "datastore",
@@ -1594,7 +1606,21 @@
    NULL, NULL,
    NULL},
 
+
   {
+   "GNUNET_setup_fs_datacache_quota_spinbutton",
+   "value-changed",
+   "dhtcache",
+   "QUOTA",
+   gettext_noop ("How many bytes are we allowed to store in the local 
datacache?"),
+   "https://gnunet.org/datacache-quota";,
+   &load_number,
+   &save_number, NULL,
+   NULL, NULL,
+   NULL},
+
+
+  {
    "GNUNET_setup_fs_datacache_sqlite_radiobutton",
    "toggled",
    "dhtcache",




reply via email to

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