gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22033 - gnunet-gtk/src/fs
Date: Sat, 16 Jun 2012 02:21:30 +0200

Author: grothoff
Date: 2012-06-16 02:21:30 +0200 (Sat, 16 Jun 2012)
New Revision: 22033

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

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_create-pseudonym.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_create-pseudonym.c  2012-06-16 00:07:54 UTC 
(rev 22032)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_create-pseudonym.c  2012-06-16 00:21:30 UTC 
(rev 22033)
@@ -50,7 +50,7 @@
   gint i;
 
   for (i=0; i < length; i++) 
-    if ( (! isalnum((int) text[i])) && (text[i] != '_') && (text[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]