summarylogtreecommitdiffstats
path: root/0001-no-check-update.patch
blob: 7a042253541b4d7ba18d5117b31c88aed533c7ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);