[Xfce4-commits] <postler:master> Add the return value as asserted the last commit

Christian Dywan noreply at xfce.org
Thu Jun 30 23:38:01 CEST 2011


Updating branch refs/heads/master
         to 9caec846fe7f71a842137ab2d22ca8c338b50535 (commit)
       from bc03ba66a6709b2d57a3b056b76432e287b93e22 (commit)

commit 9caec846fe7f71a842137ab2d22ca8c338b50535
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Jun 30 22:56:57 2011 +0200

    Add the return value as asserted the last commit

 postler/postler-content.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index 13fee3c..c99f7f8 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -822,7 +822,7 @@ public class Postler.Content : WebKit.WebView {
                     var escaped = GLib.Regex.escape_string (" " + emoticon.token);
                     var regex = new GLib.Regex (escaped);
                     body_markup = regex.replace_eval (body_markup, -1, 0, 0,
-                        (match_info, result) => { evaluate_emoticon (match_info, result, emoticon); });
+                        (match_info, result) => { return evaluate_emoticon (match_info, result, emoticon); });
                 }
                 catch (GLib.RegexError regex_error) { }
             }



More information about the Xfce4-commits mailing list