db-move: moved gnome-weather from [staging] to [testing] (any)
[arch-packages.git] / gimp / trunk / 0001-no-check-update.patch
blob7a042253541b4d7ba18d5117b31c88aed533c7ef
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 */
13 else
14 g_warning ("%s: ooops, no box in this container?", G_STRLOC);