add image to change status message in status combobox

This commit is contained in:
Yann Leboulanger 2005-10-09 20:57:32 +00:00
parent 078398efb3
commit 21298945d2
1 changed files with 4 additions and 1 deletions

View File

@ -2327,7 +2327,10 @@ _('If "%s" accepts this request you will know his status.') %jid)
# Add a Separator
liststore.append(['', None, ''])
liststore.append([_('Change Status Message'), None, ''])
path = os.path.join(gajim.DATA_DIR, 'pixmaps', 'rename.png')
img = gtk.Image()
img.set_from_file(path)
liststore.append([_('Change Status Message'), img, ''])
# Add a Separator
liststore.append(['', None, ''])