packages/gimp/0001-no-check-update.patch
2023-09-04 16:47:21 +02:00

15 lines
539 B
Diff

diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c
index 5db0fc4..8772eab 100644
--- a/app/dialogs/about-dialog.c
+++ b/app/dialogs/about-dialog.c
@@ -188,7 +188,9 @@ about_dialog_create (GimpCoreConfig *config)
#ifdef GIMP_UNSTABLE
about_dialog_add_unstable_message (children->data);
#endif /* GIMP_UNSTABLE */
+#ifdef CHECK_UPDATE
about_dialog_add_update (&dialog, config);
+#endif /* CHECK_UPDATE */
}
else
g_warning ("%s: ooops, no box in this container?", G_STRLOC);