summaryrefslogtreecommitdiff
path: root/gimp/0001-no-check-update.patch
blob: 2808d6d21cd6cb8e3406e8478b43120767570ef3 (plain)
    1 diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c
    2 index d767d830f0..4352f021ca 100644
    3 --- a/app/dialogs/about-dialog.c
    4 +++ b/app/dialogs/about-dialog.c
    5 @@ -163,7 +163,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);

Generated by cgit