anjuta r4918 - in trunk: . plugins/build-basic-autotools



Author: jhs
Date: Thu Apr  2 11:24:02 2009
New Revision: 4918
URL: http://svn.gnome.org/viewvc/anjuta?rev=4918&view=rev

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

	* plugins/build-basic-autotools/plugin.c (on_build_mesg_format):
	Fix warning about invalid property type

Modified:
   trunk/ChangeLog
   trunk/plugins/build-basic-autotools/plugin.c

Modified: trunk/plugins/build-basic-autotools/plugin.c
==============================================================================
--- trunk/plugins/build-basic-autotools/plugin.c	(original)
+++ trunk/plugins/build-basic-autotools/plugin.c	Thu Apr  2 11:24:02 2009
@@ -941,7 +941,7 @@
 			context->locations = g_slist_prepend (context->locations, loc);
 			
 			/* If current editor file is same as indicator file, set indicator */
-			if (anjuta_preferences_get_int (anjuta_shell_get_preferences (context->plugin->shell, NULL), PREF_INDICATORS_AUTOMATIC))
+			if (anjuta_preferences_get_bool (anjuta_shell_get_preferences (context->plugin->shell, NULL), PREF_INDICATORS_AUTOMATIC))
 			{
 				build_indicator_location_set (loc, p->current_editor,
 											  p->current_editor_filename);



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