Changeset 171

Show
Ignore:
Timestamp:
Tue May 22 13:33:43 2007
Author:
manatlan
Message:

- bug corrected: unicode cast in keyboard tagguing dialog
- bug corrected: delete in fullscreen throwed an exception

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/commongtk.py

    r170 r171  
    50 50     def feed(self,l,s): # filter with begginning of 't'  
    51 51         l.clear()  
    52           s=s.lower()  
      52         s=unicode(s).lower()  
    52 52         for t,c in self.liste:  
    53 53             if t.lower().startswith(s):  
     
    68 68             if len(l)==1:  
    69 69                 self.quit(unicode(l[0][0],"utf_8"))  
      70                  
    70 71     def on_lTags_row_activated(self,w,p,tvc):  
    71 72         l=w.get_model()  
  • trunk/jbrout.py

    r168 r171  
    1561 1561             sel.refresh()  
    1562 1562  
    1563               self.reSelectFocus()  
      1563             sel.reSelectFocus()  
    1563 1563  
    1564 1564     def on_selecteur_menu_select_plugin(self,ib,listview,callback):