Increase the default duration of all visual displays (except MusicVideo) to compensate for the faster transition time.
1.1 --- a/Plugins/Displays/Brushed/GrowlBrushedDefines.h Fri May 22 12:28:56 2009 -0700
1.2 +++ b/Plugins/Displays/Brushed/GrowlBrushedDefines.h Fri May 22 19:33:14 2009 -0700
1.3 @@ -17,7 +17,7 @@
1.4 // the default value for the opacity preference
1.5 #define GrowlBrushedAlphaPrefDefault 0.75f
1.6 // the default value for the duration preference
1.7 -#define GrowlBrushedDurationPrefDefault 4.0f
1.8 +#define GrowlBrushedDurationPrefDefault 5.0f
1.9
1.10 #define GrowlBrushedSizeNormal 0
1.11 #define GrowlBrushedSizeLarge 1
2.1 --- a/Plugins/Displays/Bubbles/GrowlBubblesDefines.h Fri May 22 12:28:56 2009 -0700
2.2 +++ b/Plugins/Displays/Bubbles/GrowlBubblesDefines.h Fri May 22 19:33:14 2009 -0700
2.3 @@ -30,4 +30,4 @@
2.4 #define GrowlBubblesPrefDomain @"com.growl.Bubbles"
2.5
2.6 // the default value for the duration preference
2.7 -#define GrowlBubblesDurationPrefDefault 4.0f
2.8 +#define GrowlBubblesDurationPrefDefault 5.0f
3.1 --- a/Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.h Fri May 22 12:28:56 2009 -0700
3.2 +++ b/Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.h Fri May 22 19:33:14 2009 -0700
3.3 @@ -16,7 +16,7 @@
3.4 #define MUSICVIDEO_DEFAULT_OPACITY 60.0f
3.5
3.6 #define MUSICVIDEO_DURATION_PREF @"Duration"
3.7 -#define GrowlMusicVideoDurationPrefDefault 4.0f
3.8 +#define GrowlMusicVideoDurationPrefDefault 5.0f
3.9
3.10 #define MUSICVIDEO_SIZE_PREF @"Size"
3.11 typedef enum
4.1 --- a/Plugins/Displays/Nano/GrowlNanoPrefs.h Fri May 22 12:28:56 2009 -0700
4.2 +++ b/Plugins/Displays/Nano/GrowlNanoPrefs.h Fri May 22 19:33:14 2009 -0700
4.3 @@ -16,7 +16,7 @@
4.4 #define Nano_DEFAULT_OPACITY 60.0f
4.5
4.6 #define Nano_DURATION_PREF @"Duration"
4.7 -#define GrowlNanoDurationPrefDefault 4.0f
4.8 +#define GrowlNanoDurationPrefDefault 5.0f
4.9
4.10 #define Nano_SIZE_PREF @"Size"
4.11 typedef enum {
5.1 --- a/Plugins/Displays/Smoke/GrowlSmokeDefines.h Fri May 22 12:28:56 2009 -0700
5.2 +++ b/Plugins/Displays/Smoke/GrowlSmokeDefines.h Fri May 22 19:33:14 2009 -0700
5.3 @@ -22,7 +22,7 @@
5.4 // the default value for the opacity preference
5.5 #define GrowlSmokeAlphaPrefDefault 75.0f
5.6 // the default value for the duration preference
5.7 -#define GrowlSmokeDurationPrefDefault 4.0f
5.8 +#define GrowlSmokeDurationPrefDefault 5.0f
5.9
5.10 #define GrowlSmokeSizeNormal 0
5.11 #define GrowlSmokeSizeLarge 1
6.1 --- a/Plugins/Displays/WebKit/GrowlWebKitWindowController.m Fri May 22 12:28:56 2009 -0700
6.2 +++ b/Plugins/Displays/WebKit/GrowlWebKitWindowController.m Fri May 22 19:33:14 2009 -0700
6.3 @@ -46,7 +46,7 @@
6.4
6.5 @implementation GrowlWebKitWindowController
6.6
6.7 -#define GrowlWebKitDurationPrefDefault 4.0
6.8 +#define GrowlWebKitDurationPrefDefault 5.0
6.9 #define ADDITIONAL_LINES_DISPLAY_TIME 0.5
6.10 #define MAX_DISPLAY_TIME 10.0
6.11 #define GrowlWebKitPadding 5.0f
7.1 --- a/Plugins/Displays/iCal/GrowliCalDefines.h Fri May 22 12:28:56 2009 -0700
7.2 +++ b/Plugins/Displays/iCal/GrowliCalDefines.h Fri May 22 19:33:14 2009 -0700
7.3 @@ -47,4 +47,4 @@
7.4 #define GrowliCalPrefDomain @"com.Growl.iCal"
7.5
7.6 // the default value for the duration preference
7.7 -#define GrowliCalDurationPrefDefault 4.0f
7.8 +#define GrowliCalDurationPrefDefault 5.0f