gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22008 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r22008 - gnunet-gtk/src/fs
Date: Thu, 14 Jun 2012 19:14:34 +0200

Author: grothoff
Date: 2012-06-14 19:14:34 +0200 (Thu, 14 Jun 2012)
New Revision: 22008

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_create-pseudonym.c
Log:
-typo

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_create-pseudonym.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_create-pseudonym.c  2012-06-14 17:05:17 UTC 
(rev 22007)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_create-pseudonym.c  2012-06-14 17:14:34 UTC 
(rev 22008)
@@ -50,7 +50,7 @@
   gint i;
 
   for (i=0; i < length; i++) 
-    if ( (! isalnum((int) text[i])) && (text[i] != '_') && (test[i] != "-") )
+    if ( (! isalnum((int) text[i])) && (text[i] != '_') && (text[i] != "-") )
       g_signal_stop_emission_by_name (G_OBJECT (editable), "insert_text");
 }
 




reply via email to

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