Changeset 173

Show
Ignore:
Timestamp:
Thu Jun 14 12:19:27 2007
Author:
manatlan
Message:

- patch from dbpatt : display numbers in the statusbar

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/jbrout.py

    r171 r173  
    208 208             try:  
    209 209                 photo_node = self.items[focusedItem]  
    210                   info_text = photo_node.name+" - "+photo_node.resolution+" - "+cd2d(photo_node.date).strftime('%d %B %Y %H:%M')+ " - " + ", ".join(photo_node.tags)  
      210                 #info_text = photo_node.name+" - "+photo_node.resolution+" - "+cd2d(photo_node.date).strftime('%d %B %Y %H:%M')+ " - " + ", ".join(photo_node.tags)  
      211                 info_text = "%d/%d" % (focusedItem+1,len(self.items) )+" - "+photo_node.name+" - "+photo_node.resolution+" - "+cd2d(photo_node.date).strftime('%d %B %Y %H:%M')+ " - " + ", ".join(photo_node.tags)  
    211 212             except:  
    212 213                 info_text=""