app: show new version availability in About dialog.

I was wondering which shape should take the new version notification
(again some ugly pop-up?!) and realized using the About dialog was a
good idea.
This is preparatory work for this to happen.

(cherry picked from commit 826ece3b86)
This commit is contained in:
Jehan
2019-12-28 23:15:50 +01:00
parent 07807203b5
commit 52e3b02768
3 changed files with 85 additions and 5 deletions

View File

@ -195,7 +195,7 @@ dialogs_about_get (GimpDialogFactory *factory,
GimpUIManager *ui_manager,
gint view_size)
{
return about_dialog_create (context);
return about_dialog_create (context->gimp->config);
}
GtkWidget *