[Xfce4-commits] <postler:master> Define website-label of Gtk.AboutDialog to work around a bug

Christian Dywan noreply at xfce.org
Fri Aug 12 22:06:04 CEST 2011


Updating branch refs/heads/master
         to 6b316ed38bff9f6b53fb1d478295ba84f18aca05 (commit)
       from 70687e40b7083612196b006ca4e1a589971e38ef (commit)

commit 6b316ed38bff9f6b53fb1d478295ba84f18aca05
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Aug 12 21:36:44 2011 +0200

    Define website-label of Gtk.AboutDialog to work around a bug
    
    GTK+ 3.0 mistakenly renders an unclear label.

 postler/postler-bureau.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 97e4ce7..e4c76a8 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -359,6 +359,7 @@ public class Postler.Bureau : Gtk.Window {
             "logo-icon-name", STOCK_INTERNET_MAIL,
             "translator-credits", _("translator-credits"),
             "website", "https://launchpad.net/postler",
+            "website-label", "https://launchpad.net/postler",
             null);
     }
 


More information about the Xfce4-commits mailing list