grim/guifications2

3e22f6bc9b79
Parents 39fd5fa83738
Children 805b2801bf8a
Fix (in the Penguins and mini themes) a potential situation where typing
notifications appear blank because a conversation doesn't yet exist to
have a displayable name. Fixes #263.
--- a/themes/Penguins/theme.xml Sat Dec 15 04:46:59 2007 -0500
+++ b/themes/Penguins/theme.xml Sat Dec 15 06:43:12 2007 -0500
@@ -272,7 +272,7 @@
<position value='center'/>
<h_offset value='0'/>
<v_offset value='-12%'/>
- <text format='%c' font='Arial Bold 14' clipping='ellipsis-middle' width='0'/>
+ <text format='%n' font='Arial Bold 14' clipping='ellipsis-middle' width='0'/>
</item>
<item type='text'>
<position value='center'/>
--- a/themes/mini/theme.xml Sat Dec 15 04:46:59 2007 -0500
+++ b/themes/mini/theme.xml Sat Dec 15 06:43:12 2007 -0500
@@ -250,7 +250,7 @@
<position value='north-west' />
<v_offset value='2' />
<h_offset value='28' />
- <text format='%c' clipping='ellipsis-end' width='66' />
+ <text format='%n' clipping='ellipsis-end' width='66' />
</item>
<item type='text'>
<position value='south-west' />