X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fabout.c;fp=src%2Fui%2Fgui%2Fabout.c;h=397ff5b827ed169f86fc723c7cb31f2becde6559;hb=e10bd21c92f8d6a82ed06bec7af9ee40bf5eb727;hp=258e96dfc14a0cacefd30a38e118fe68c76f484c;hpb=bc02bc027697df3207f827de722c26d8cc87e824;p=pspp-builds.git diff --git a/src/ui/gui/about.c b/src/ui/gui/about.c index 258e96df..397ff5b8 100644 --- a/src/ui/gui/about.c +++ b/src/ui/gui/about.c @@ -22,7 +22,8 @@ about_new (GtkMenuItem *m, GtkWindow *parent) PKGDATADIR "/psppicon.png", 0); - gtk_about_dialog_set_authors (GTK_ABOUT_DIALOG (about), authors); + gtk_about_dialog_set_authors (GTK_ABOUT_DIALOG (about), + (const gchar **) authors); gtk_window_set_transient_for (GTK_WINDOW(about), parent);