gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r662 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r662 - GNUnet/src/conf
Date: Mon, 18 Apr 2005 10:22:22 -0700 (PDT)

Author: durner
Date: 2005-04-18 10:22:02 -0700 (Mon, 18 Apr 2005)
New Revision: 662

Modified:
   GNUnet/src/conf/wizard.c
Log:
up

Modified: GNUnet/src/conf/wizard.c
===================================================================
--- GNUnet/src/conf/wizard.c    2005-04-18 16:32:08 UTC (rev 661)
+++ GNUnet/src/conf/wizard.c    2005-04-18 17:22:02 UTC (rev 662)
@@ -254,14 +254,14 @@
        chkEnh = lookup_widget(vbox14, "chkEnh");
        
        
-       sym = sym_find("DISKQUOTA", "AFS");
+       sym = sym_find("DISKQUOTA", "FS");
        if (sym)
        {
                sym_calc_value_ext(sym, 1);
                gtk_entry_set_text(GTK_ENTRY(entQuota), 
sym_get_string_value(sym));
        }
 
-       sym = sym_find("ACTIVEMIGRATION", "AFS");
+       sym = sym_find("ACTIVEMIGRATION", "FS");
        if (sym)
        {
                sym_calc_value_ext(sym, 1);





reply via email to

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