[Xfce4-commits] <xfce4-notifyd:master> Fix typo in invalid markup	escaping (bug #7773).
    Jérôme Guelfucci 
    noreply at xfce.org
       
    Thu Jun 30 22:48:01 CEST 2011
    
    
  
Updating branch refs/heads/master
         to f7b96e45e18e794ea834858e2290af7aafec6b21 (commit)
       from af661d0f9cf7e3217b85ff1d20c7badf598e64fd (commit)
commit f7b96e45e18e794ea834858e2290af7aafec6b21
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Thu Jun 30 22:45:36 2011 +0200
    Fix typo in invalid markup escaping (bug #7773).
 xfce4-notifyd/xfce-notify-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index 4190c84..7dadeaa 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -871,7 +871,7 @@ xfce_notify_window_validate_escape_markup(const gchar *str)
 #endif
                     p += 4;
                 } else {
-                    g_string_append(gstr, ">");
+                    g_string_append(gstr, "<");
                     p++;
                 }
             } else {
    
    
More information about the Xfce4-commits
mailing list