gnome-desktop r5069 - trunk/gnome-about



Author: vuntz
Date: Mon May  5 13:10:15 2008
New Revision: 5069
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5069&view=rev

Log:
2008-05-05  Vincent Untz  <vuntz gnome org>

	* gnome-about.in: don't skip the last description from
	gnome-version.xml.
	Patch by Matt Keenan <matt keenan sun com>. Fix bug #530904.


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	Mon May  5 13:10:15 2008
@@ -995,8 +995,11 @@
         for desc in raw_descs:
             new_i = descs.index (desc)
             if i != - 1:
+                # Append the previous description
                 translations.append (descs[i:new_i])
             i = new_i
+        # Open ended to retrieve all translation for last description
+        translations.append (descs[i:])
         messages = GettableList ()
         for block in translations:
             sorted_descs = sorted (block, cmp = desc_sort_func,



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