From 11da5efc0519fa287935aa5f0867bd8464e8b59b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 16 Dec 2013 10:28:40 +0100 Subject: fix crashing when displaying about dialog (mga#12009) set_authors() needs an array ref with Gtk3 --- NEWS | 2 ++ mgaapplet | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8355a568..ecc0cff0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- fix crashing when displaying about dialog (mga#12009) + Version 3.1 - 6 December 2013, Thierry Vignaud - fix using Notifications introspection API (mga#11897) diff --git a/mgaapplet b/mgaapplet index 6f512f99..1fef7e38 100755 --- a/mgaapplet +++ b/mgaapplet @@ -762,7 +762,7 @@ sub about_dialog() { comments => N("Mageia Online gives access to Mageia web services."), website => $url, website_label => N("Online WebSite"), - authors => 'Thierry Vignaud ', + authors => [ 'Thierry Vignaud ' ], translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith ") N("_: Translator(s) name(s) & email(s)\n"), -- cgit v1.2.1