[anjuta] build-basic-autotools: only show interesting part of message as tooltip.



commit 8e05b65c7cfb80905e5f48cf740e8966ac6bb0da
Author: Johannes Schmid <jhs gnome org>
Date:   Wed Nov 24 17:56:58 2010 +0100

    build-basic-autotools: only show interesting part of message as tooltip.

 plugins/build-basic-autotools/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/build-basic-autotools/plugin.c b/plugins/build-basic-autotools/plugin.c
index 6c31ad1..3d92027 100644
--- a/plugins/build-basic-autotools/plugin.c
+++ b/plugins/build-basic-autotools/plugin.c
@@ -993,7 +993,7 @@ on_build_mesg_format (IAnjutaMessageView *view, const gchar *one_line,
 			DEBUG_PRINT ("dummy int: %d", dummy_int);
 			
 			loc = build_indicator_location_new (mid_str, dummy_int,
-												indicator, line);
+												indicator, end_str);
 			context->locations = g_slist_prepend (context->locations, loc);
 			
 			/* If current editor file is same as indicator file, set indicator */



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