gnome-desktop r5010 - trunk/gnome-about



Author: vuntz
Date: Wed Feb 13 08:21:41 2008
New Revision: 5010
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5010&view=rev

Log:
2008-02-13  Vincent Untz  <vuntz gnome org>

	* gnome-about.in: fix TypeError in print with two strings
	Fix bug #515885


Modified:
   trunk/gnome-about/ChangeLog
   trunk/gnome-about/gnome-about.in

Modified: trunk/gnome-about/gnome-about.in
==============================================================================
--- trunk/gnome-about/gnome-about.in	(original)
+++ trunk/gnome-about/gnome-about.in	Wed Feb 13 08:21:41 2008
@@ -554,7 +554,7 @@
         try:
             gnome.url_show (self.url)
         except Exception, e:
-            print '''Warning: could not open "%s": %s''' % self.url, e
+            print '''Warning: could not open "%s": %s''' % (self.url, e)
 
     def copy_url (self, *args):
         '''Copy URL to Clipboard'''



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]