diff --git a/ChangeLog b/ChangeLog index d58cbcb075..6771dd7fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-01 Sven Neumann + + * app/core/gimpviewable.h: changed GIMP_VIEWABLE_PRIORITY_IDLE to + G_PRIORITY_LOW. The reason for the very low priority was to keep + it lower than the projection idle renderer. + 2007-12-01 Martin Nordholts * docs/Makefile.am: Applied patch from Jesper de Jong that removes diff --git a/app/core/gimpviewable.h b/app/core/gimpviewable.h index ee333258a5..6eb08368c5 100644 --- a/app/core/gimpviewable.h +++ b/app/core/gimpviewable.h @@ -33,7 +33,7 @@ #define GIMP_VIEWABLE_MAX_BUTTON_SIZE 64 #define GIMP_VIEWABLE_MAX_MENU_SIZE 48 -#define GIMP_VIEWABLE_PRIORITY_IDLE (G_PRIORITY_LOW + 100) +#define GIMP_VIEWABLE_PRIORITY_IDLE G_PRIORITY_LOW #define GIMP_TYPE_VIEWABLE (gimp_viewable_get_type ())