fix 3 :
This commit is contained in:
parent
708581bdba
commit
ebf82529d5
|
@ -317,8 +317,11 @@ class roster:
|
|||
add_pixbuf = self.get_icon_pixbuf(gtk.STOCK_ADD)
|
||||
remove_pixbuf = self.get_icon_pixbuf(gtk.STOCK_REMOVE)
|
||||
requested_pixbuf = self.get_icon_pixbuf(gtk.STOCK_QUIT)
|
||||
self.pixbufs = {"online":add_pixbuf, "away":remove_pixbuf, \
|
||||
"xa":remove_pixbuf, "dnd":remove_pixbuf, "offline":remove_pixbuf, \
|
||||
self.pixbufs = { "online": add_pixbuf, \
|
||||
"away": remove_pixbuf, \
|
||||
"xa": remove_pixbuf, \
|
||||
"dnd": remove_pixbuf, \
|
||||
"offline": remove_pixbuf, \
|
||||
"requested": requested_pixbuf}
|
||||
self.tree.set_model(self.treestore)
|
||||
self.queueOUT = queueOUT
|
||||
|
|
Loading…
Reference in New Issue