gimp-0001-no-check-update.patch 539 B

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