xtras/mathuaerknedam 152:fcfcfca7ea4c: Fix the placheolder icons...

commits at adium.im commits at adium.im
Mon Nov 2 03:46:34 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/fcfcfca7ea4c
revision:	152:fcfcfca7ea4c
author:		mathuaerknedam
date:		Sun Nov 01 21:46:16 2009 -0600

Fix the placheolder icons in classic variant. Also there appears to be no buddy_icon.png fallback, so I have to create incoming and outgoing folders (and two icons) just for this functionality. :(

diffs (32 lines):

diff -r 8d8b05da14d3 -r fcfcfca7ea4c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
Binary file Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png has changed
diff -r 8d8b05da14d3 -r fcfcfca7ea4c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Sun Nov 01 16:50:27 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Sun Nov 01 21:46:16 2009 -0600
@@ -330,7 +330,7 @@
 <div class="outgoing message SERVICE showIcons xx-TekJew" style="background-color: seagreen;">
 	<img class="x-icon" src="./buddy_icon.png" />
 	<span class="x-iconmask" style="-webkit-mask-box-image: url(./buddy_icon.png);"></span>
-	<span class="x-color" style="background-color: lime" src="buddy_icon.png"></span>
+	<span class="x-color" style="background-color: seagreen" src="buddy_icon.png"></span>
 	<span class="x-wrap">
 		<span class="x-sender" title="TekJew">Evan </span>
 		<span class="x-rtime" title="19 Apr 2004">12:48:02 </span>
diff -r 8d8b05da14d3 -r fcfcfca7ea4c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
Binary file Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png has changed
diff -r 8d8b05da14d3 -r fcfcfca7ea4c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Sun Nov 01 16:50:27 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Sun Nov 01 21:46:16 2009 -0600
@@ -389,7 +389,7 @@
 	display: none !important;
 }
 
-.message.showIcons .x-color[src*="buddy_icon.png"]
+.message.showIcons:not(.IRC) .x-color[src*="buddy_icon.png"]
 {
 	display: block;
 	width: 32px;
diff -r 8d8b05da14d3 -r fcfcfca7ea4c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/adiumy-mask.png
Binary file Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/adiumy-mask.png has changed
diff -r 8d8b05da14d3 -r fcfcfca7ea4c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/buddy_icon.png
Binary file Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/buddy_icon.png has changed


More information about the commits mailing list