]> git.0d.be Git - empathy.git/commitdiff
Fix build error due to wrong rebase
authorXavier Claessens <xclaesse@gmail.com>
Fri, 20 Feb 2009 18:28:57 +0000 (19:28 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 11 Jun 2009 16:06:32 +0000 (18:06 +0200)
libempathy-gtk/empathy-chat-text-view.c

index 4ad9f8751e0c5aa10aab49c7bdf64f994a613284..95e67b7147f41d47748ce2f454ce9a63e56bc520 100644 (file)
@@ -1250,7 +1250,6 @@ empathy_chat_text_view_append_body (EmpathyChatTextView *view,
 
        gtk_text_buffer_get_end_iter (priv->buffer, &start_iter);
        mark = gtk_text_buffer_create_mark (priv->buffer, NULL, &start_iter, TRUE);
-       regex = empathy_get_uri_regex ();
 
        uri_regex = empathy_uri_regex_dup_singleton ();
        for (match = g_regex_match (uri_regex, body, 0, &match_info); match;