Show
Ignore:
Timestamp:
08/29/07 23:00:06 (15 months ago)
Author:
roidelapluie
Message:

* Use same height for all banners. Fixes #2770
* Show only one status line in chatwindows, indicate when it is shortened

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/helpers.py

    r7940 r8601  
    860860        if lines: 
    861861                reduced_text = reduce(lambda e, e1: e + '\n' + e1, lines) 
     862                if reduced_text != text: 
     863                        reduced_text += '...' 
    862864        else: 
    863865                reduced_text = ''