empathy r1955 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Dec  9 16:19:41 2008
New Revision: 1955
URL: http://svn.gnome.org/viewvc/empathy?rev=1955&view=rev

Log:
Correct typo: SHEME -> SCHEME

Modified:
   trunk/libempathy-gtk/empathy-theme.c

Modified: trunk/libempathy-gtk/empathy-theme.c
==============================================================================
--- trunk/libempathy-gtk/empathy-theme.c	(original)
+++ trunk/libempathy-gtk/empathy-theme.c	Tue Dec  9 16:19:41 2008
@@ -34,11 +34,11 @@
 /* Number of seconds between timestamps when using normal mode, 5 minutes. */
 #define TIMESTAMP_INTERVAL 300
 
-#define SHEMES "(https?|ftps?|nntp|news|javascript|about|ghelp|apt|telnet|"\
+#define SCHEMES "(https?|ftps?|nntp|news|javascript|about|ghelp|apt|telnet|"\
 	       "file|webcal|mailto)"
 #define SEPARATOR "([^,;\?><()\\ ])"
 #define BODY "([^\\ ]*(\\\\ )?)+"
-#define URI_REGEX "("SHEMES"://"BODY SEPARATOR")" \
+#define URI_REGEX "("SCHEMES"://"BODY SEPARATOR")" \
 		  "|((mailto:)?"BODY"@"BODY"\\."BODY SEPARATOR")"\
 		  "|((www|ftp)."BODY SEPARATOR")"
 static GRegex *uri_regex = NULL;



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