← Back to team overview

indiv-screenlets-dev team mailing list archive

[Bug 308996] Re: [FeedReader] FeedReader should display the feed title, not "Feed Reader"

 

** Changed in: indiv-screenlets
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
Individual Screenlets Developers, which is subscribed to Individual
Screenlets.
https://bugs.launchpad.net/bugs/308996

Title:
  [FeedReader] FeedReader should display the feed title, not "Feed
  Reader"

Status in Screenlets — individual widgets development:
  Fix Released

Bug description:
  The FeedReader screenlet should display the title from the feed
  source, not only "Feed Reader". This way, I can have feed readers from
  multiple sources, and remember where they are from. I have changed my
  FeedReaderScreenlet.py to do this, and here is the diff:

  62a63
  > 	feed_title = 'Feed Reader'
  344a346
  > 		self.feed_title = f['feed']['title']
  374c376
  < 		self.draw_text(ctx, 'Feed Reader',14,y+2,self.font_title.split(' ')[0],10,self.width-20,pango.ALIGN_LEFT)
  ---
  > 		self.draw_text(ctx, self.feed_title,14,y+2,self.font_title.split(' ')[0],10,self.width-20,pango.ALIGN_LEFT)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indiv-screenlets/+bug/308996/+subscriptions