9c8a1e0045
applied upstreams, see: http://mail.gnome.org/archives/drivel-list/2006-March/msg00006.html - Assign maintainership to submitter. - This update also changes the package comment and description in order to more accurately reflect that drivel is a multi-protocol blog client, not only a LiveJournal client. PR: ports/95484 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com>
11 lines
325 B
Text
11 lines
325 B
Text
--- src/main.c.orig 30 Aug 2005 17:46:19 -0000 1.60
|
|
+++ src/main.c 6 Mar 2006 17:05:44 -0000
|
|
@@ -253,7 +253,7 @@
|
|
{
|
|
c = g_utf8_get_char_validated (p, -1);
|
|
|
|
- if (!g_unichar_isalnum (c) && c != '_' && c!= '-')
|
|
+ if (!g_unichar_isalnum (c) && c != '_' && c!= '-' && c!='@' && c!='.')
|
|
{
|
|
retval = FALSE;
|
|
break;
|