gtranslator r3722 - trunk/src



Author: icq
Date: Mon Sep 22 09:44:54 2008
New Revision: 3722
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3722&view=rev

Log:
2008-08-23  Ignacio Casal Quinteiro  <nacho resa gmail com>

	* actions-file.c (gtranslator_po_parse_files_from_dialog):
	Fixed crash opening files with filechooser (Fixes #548923).
	Thanks to Jorge GonzÃlez and Christian Kirbach.

Modified:
   trunk/src/ChangeLog
   trunk/src/actions-file.c

Modified: trunk/src/actions-file.c
==============================================================================
--- trunk/src/actions-file.c	(original)
+++ trunk/src/actions-file.c	Mon Sep 22 09:44:54 2008
@@ -113,7 +113,7 @@
 					GtranslatorWindow *window)
 {
 	GSList *po_files, *l;
-	GSList *locations;
+	GSList *locations = NULL;
 	GFile *file, *parent;
 	gchar *uri;
 	



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