aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGrowlController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-03-07 20:36:00 +0000
committerstuconnolly <stuart02@gmail.com>2011-03-07 20:36:00 +0000
commit2baa01621f83df3c81e6b6ed2310d483962dcf48 (patch)
tree804ad70d6feb834a6c32c91cc882beb8d65c4e07 /Source/SPGrowlController.m
parent1e5288e9840e201a00bcb5ca3035d7aa807f1f8d (diff)
downloadsequelpro-2baa01621f83df3c81e6b6ed2310d483962dcf48.tar.gz
sequelpro-2baa01621f83df3c81e6b6ed2310d483962dcf48.tar.bz2
sequelpro-2baa01621f83df3c81e6b6ed2310d483962dcf48.zip
Merge in missing commit from trunk.
Diffstat (limited to 'Source/SPGrowlController.m')
-rw-r--r--Source/SPGrowlController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m
index a3d42526..3f98f41a 100644
--- a/Source/SPGrowlController.m
+++ b/Source/SPGrowlController.m
@@ -139,7 +139,7 @@ static SPGrowlController *sharedGrowlController = nil;
description:description
notificationName:name
iconData:data
- priority:priority
+ priority:(int)priority
isSticky:sticky
clickContext:clickContext];
}