[gnote] Handle ircs URLs



commit d3ca89dfab6e149693d853a5783481165dae1b58
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Sep 13 14:41:43 2015 +0300

    Handle ircs URLs
    
    Fixes Bug 754940.

 src/watchers.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/watchers.cpp b/src/watchers.cpp
index 04fa44b..92a3892 100644
--- a/src/watchers.cpp
+++ b/src/watchers.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010-2014 Aurimas Cernius
+ * Copyright (C) 2010-2015 Aurimas Cernius
  * Copyright (C) 2010 Debarshi Ray
  * Copyright (C) 2009 Hubert Figuiere
  *
@@ -477,7 +477,7 @@ namespace gnote {
   ////////////////////////////////////////////////////////////////////////
 
 
-  const char * NoteUrlWatcher::URL_REGEX = 
"((\\b((news|http|https|ftp|file|irc)://|mailto:|(www|ftp)\\.|\\S* \\S*\\ 
)|(?<=^|\\s)/\\S+/|(?<=^|\\s)~/\\S+)\\S*\\b/?)";
+  const char * NoteUrlWatcher::URL_REGEX = 
"((\\b((news|http|https|ftp|file|irc|ircs)://|mailto:|(www|ftp)\\.|\\S* \\S*\\ 
)|(?<=^|\\s)/\\S+/|(?<=^|\\s)~/\\S+)\\S*\\b/?)";
   bool NoteUrlWatcher::s_text_event_connected = false;
   
 


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