Sat, 10 May 2008 13:24:19 +0200 <thp@perli.net>

Don't change the menu item text for subscription remove and edit

	* src/gpodder/gui.py: Don't change the text of the subscription menu
	items when changing the active channel



git-svn-id: svn://svn.berlios.de/gpodder/trunk@705 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2008-05-10 11:24:58 +00:00
parent 853946a359
commit b768ba7122
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Sat, 10 May 2008 13:24:19 +0200 <thp@perli.net>
Don't change the menu item text for subscription remove and edit
* src/gpodder/gui.py: Don't change the text of the subscription menu
items when changing the active channel
Sat, 10 May 2008 12:37:06 +0200 <thp@perli.net>
Show correct icon on Maemo for gPodder

View file

@ -1736,8 +1736,6 @@ class gPodder(GladeWidget):
id = model.get_path( iter)[0]
self.active_channel = self.channels[id]
self.itemEditChannel.get_child().set_text( _('Edit "%s"') % ( self.active_channel.title,))
self.itemRemoveChannel.get_child().set_text( _('Remove "%s"') % ( self.active_channel.title,))
if gpodder.interface == gpodder.MAEMO:
self.set_title(self.active_channel.title)
self.itemEditChannel.show_all()