summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-16 10:28:40 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-16 10:28:54 +0100
commit11da5efc0519fa287935aa5f0867bd8464e8b59b (patch)
tree7c171762ba4dc1ceb9a6bc3773acb6fcc54be626 /mgaapplet
parent41c40e07845517dae1133a6c17586a16003a7d8a (diff)
downloadmgaonline-11da5efc0519fa287935aa5f0867bd8464e8b59b.tar
mgaonline-11da5efc0519fa287935aa5f0867bd8464e8b59b.tar.gz
mgaonline-11da5efc0519fa287935aa5f0867bd8464e8b59b.tar.bz2
mgaonline-11da5efc0519fa287935aa5f0867bd8464e8b59b.tar.xz
mgaonline-11da5efc0519fa287935aa5f0867bd8464e8b59b.zip
fix crashing when displaying about dialog (mga#12009)
set_authors() needs an array ref with Gtk3
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet2
1 files changed, 1 insertions, 1 deletions
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 <vignaud@mandriva.com>',
+ authors => [ 'Thierry Vignaud <vignaud@mandriva.com>' ],
translator_credits =>
#-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
N("_: Translator(s) name(s) & email(s)\n"),