123456789101112131415 |
- 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);
|