[Xfce4-commits] <postler:master> Add button class to New Contact icon in replies

Christian Dywan noreply at xfce.org
Fri Jul 8 03:32:01 CEST 2011


Updating branch refs/heads/master
         to f6b3ec2e1f4e3cb2c386eba460d99b52db956726 (commit)
       from e703144b916496f3f1591aa3097fae09ffcc48b4 (commit)

commit f6b3ec2e1f4e3cb2c386eba460d99b52db956726
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Jul 8 00:38:54 2011 +0200

    Add button class to New Contact icon in replies

 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 6c61753..9bb8472 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -206,7 +206,7 @@ public class Postler.Content : WebKit.WebView {
             markup = "<img src=\"%s\" title=\"%s\">".printf (
                 icon_name_to_data_uri (real_icon_name, Gtk.IconSize.BUTTON), label);
         }
-        return "<a href=\"%s\">%s</a>".printf (uri, markup);
+        return "<a href=\"%s\" class=\"button\">%s</a>".printf (uri, markup);
     }
 
     internal static string linkify_address (string mailto, bool inherit=false) {



More information about the Xfce4-commits mailing list