Show
Ignore:
Timestamp:
01/06/07 12:00:50 (2 years ago)
Author:
asterix
Message:

merge changeset from trunk except pyopenssl stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/conversation_textview.py

    r7594 r7787  
    419419                        for tag in tags: 
    420420                                tag_name = tag.get_property('name') 
    421                                 if 'url' in tag_name or 'mail' in tag_name: 
     421                                if tag_name in ('url', 'mail'): 
    422422                                        return True # we block normal context menu 
    423423