adium 3724:a83f1b37d8d7: Minor AdiumHelp fix.
commits at adium.im
commits at adium.im
Fri Mar 11 00:24:17 UTC 2011
details: http://hg.adium.im/adium/rev/a83f1b37d8d7
revision: 3724:a83f1b37d8d7
branch: (none)
author: Robert Vehse
date: Fri Mar 11 01:18:32 2011 +0100
Minor AdiumHelp fix.
Subject: adium 3725:59e18ffbf737: Patch from Adrian Godoroja ("robotive") to fix #15052.
details: http://hg.adium.im/adium/rev/59e18ffbf737
revision: 3725:59e18ffbf737
branch: (none)
author: Robert Vehse
date: Fri Mar 11 01:22:55 2011 +0100
Patch from Adrian Godoroja ("robotive") to fix #15052.
diffs (28 lines):
diff -r 50b697989a3b -r 59e18ffbf737 AdiumHelp/pgs/Accounts-iTunesIntegration.html
--- a/AdiumHelp/pgs/Accounts-iTunesIntegration.html Thu Mar 10 22:34:56 2011 +0100
+++ b/AdiumHelp/pgs/Accounts-iTunesIntegration.html Fri Mar 11 01:22:55 2011 +0100
@@ -92,8 +92,8 @@
<td>The track name of the current song.</td>
</tr>
<tr>
- <td>%%_composer</td>
- <td>The track name of the current song.</td>
+ <td>%_composer</td>
+ <td>The composer of the current song.</td>
</tr>
<tr>
<td>%_iTMS</td>
diff -r 50b697989a3b -r 59e18ffbf737 Plugins/Purple Service/CBPurpleAccount.m
--- a/Plugins/Purple Service/CBPurpleAccount.m Thu Mar 10 22:34:56 2011 +0100
+++ b/Plugins/Purple Service/CBPurpleAccount.m Fri Mar 11 01:22:55 2011 +0100
@@ -2545,8 +2545,8 @@
#define MUSICAL_NOTE_AND_SPACE [NSString stringWithUTF8String:"\xe2\x99\xab "]
NSMutableAttributedString *temporaryStatusMessage;
temporaryStatusMessage = [[[NSMutableAttributedString alloc] initWithString:MUSICAL_NOTE_AND_SPACE] autorelease];
- [temporaryStatusMessage appendAttributedString:listObjectStatusMessage];
-
+ [temporaryStatusMessage appendAttributedString:inStatusMessage];
+
inStatusMessage = temporaryStatusMessage;
}
More information about the commits
mailing list