anjuta r4747 - in trunk: . libanjuta



Author: jhs
Date: Mon Feb 16 10:09:43 2009
New Revision: 4747
URL: http://svn.gnome.org/viewvc/anjuta?rev=4747&view=rev

Log:
2009-02-16  Johannes Schmid  <jhs gnome org>

	* libanjuta/anjuta-plugin-description.c (parse_key_value):
	571233 â Uncorrect loading of subversion plugin (thanks to Yuriy Penkin 
	for the patch!)

Modified:
   trunk/ChangeLog
   trunk/libanjuta/anjuta-plugin-description.c

Modified: trunk/libanjuta/anjuta-plugin-description.c
==============================================================================
--- trunk/libanjuta/anjuta-plugin-description.c	(original)
+++ trunk/libanjuta/anjuta-plugin-description.c	Mon Feb 16 10:09:43 2009
@@ -527,7 +527,7 @@
     line->locale = g_strndup (locale_start, locale_end - locale_start);
   line->value = value;
   
-  parser->line = (line_end) ? line_end + 1 : NULL;
+  parser->line = (*line_end) ? line_end + 1 : NULL;
   parser->line_nr++;
   
   return TRUE;



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