adium/adium

4ca40d9eb4b6
Parents 52f2e3473b38
Children b963405c7eaa
Make sure primaryString is not still nil.
--- a/Plugins/Purple Service/adiumPurpleRequest.m Wed Jun 12 14:06:36 2013 -0400
+++ b/Plugins/Purple Service/adiumPurpleRequest.m Wed Jun 12 17:20:42 2013 -0400
@@ -220,6 +220,8 @@
[NSValue valueWithPointer:userData],@"userData",
titleString,@"TitleString",nil];
+ if (!primaryString)
+ primaryString = @"";
// If we have both a primary and secondary string, use the primary as a header.
if (secondaryString) {
[infoDict setObject:primaryString forKey:@"MessageHeader"];