rpms/rhythmbox/FC-6 rhythmbox-0.9.8-magnatune-buy-confirmation.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 28 14:59:59 UTC 2007


Author: bnocera

Update of /cvs/dist/rpms/rhythmbox/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv19271

Modified Files:
	rhythmbox-0.9.8-magnatune-buy-confirmation.patch 
Log Message:
- updated patch that actually applies...


rhythmbox-0.9.8-magnatune-buy-confirmation.patch:
 MagnatuneSource.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: rhythmbox-0.9.8-magnatune-buy-confirmation.patch
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/FC-6/rhythmbox-0.9.8-magnatune-buy-confirmation.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rhythmbox-0.9.8-magnatune-buy-confirmation.patch	28 Mar 2007 14:06:19 -0000	1.1
+++ rhythmbox-0.9.8-magnatune-buy-confirmation.patch	28 Mar 2007 14:59:57 -0000	1.2
@@ -4,7 +4,7 @@
  
  			gladexml.get_widget("pay_combobox").set_active(self.__client.get_int(self.__plugin.gconf_keys['pay']) - 5)
  			gladexml.get_widget("audio_combobox").set_active(self.__plugin.format_list.index(self.__client.get_string(self.__plugin.gconf_keys['format'])))
--			gladexml.get_widget("info_label").set_text(_("Would you like to purchase the album '%(album)s' by '%(artist)s'?") % (album, artist))
+-			gladexml.get_widget("info_label").set_text(_("Would you like to purchase the album '%(album)s' by '%(artist)s'.") % (album, artist))
 +			gladexml.get_widget("info_label").set_markup(_("Would you like to purchase the album <i>%(album)s</i> by '%(artist)s'?") % {"album":album, "artist":artist})
  			gladexml.get_widget("remember_cc_details").props.visible = has_gnome_keyring
  




More information about the fedora-cvs-commits mailing list