/[straw]/straw/src/lib/MainWindow.py
ViewVC logotype

Diff of /straw/src/lib/MainWindow.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.78 by jmalonzo, Mon Oct 20 08:10:13 2003 UTC revision 1.79 by juri, Fri Oct 24 21:40:18 2003 UTC
# Line 351  class ItemList: Line 351  class ItemList:
351          model.clear()          model.clear()
352          count = 0          count = 0
353          for item in feed.items:          for item in feed.items:
   
354              title = ""              title = ""
   
355              if item.title is not None and item.title != "":              if item.title is not None and item.title != "":
356                  title = convert_entities(item.title)                  title = item.title.strip()
357                    title = convert_entities(read_text(title, len(title)))
358              elif item.description is not None and item.description != "":              elif item.description is not None and item.description != "":
359                  desc = read_text(item.description, 50)                  desc = read_text(item.description, 50)
360                  title = convert_entities(desc)                  title = convert_entities(desc)

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26