From d20f7ef655cab7ae2fc9392e608eea62eceb7dba Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 28 Aug 2006 20:49:11 +0000 Subject: [PATCH] bugfix git-svn-id: http://ltt.polymtl.ca/svn@2062 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 2 +- ltt/branches/poly/lttv/modules/gui/detailedevents/events.c | 2 +- ltt/branches/poly/lttv/modules/gui/tutorial/.deps/tutorial.Plo | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 6350fb2c..bcb14c77 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.56-24082006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.57-28082006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c b/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c index 689930cd..41d72ae8 100644 --- a/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c +++ b/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c @@ -1280,7 +1280,7 @@ static gboolean events_check_handler(guint count, gboolean *stop_flag) return TRUE; else return FALSE; - } + } else return FALSE; } static void get_events(double new_value, EventViewerData *event_viewer_data) diff --git a/ltt/branches/poly/lttv/modules/gui/tutorial/.deps/tutorial.Plo b/ltt/branches/poly/lttv/modules/gui/tutorial/.deps/tutorial.Plo index 6abf39c7..1f9d0c42 100644 --- a/ltt/branches/poly/lttv/modules/gui/tutorial/.deps/tutorial.Plo +++ b/ltt/branches/poly/lttv/modules/gui/tutorial/.deps/tutorial.Plo @@ -153,6 +153,7 @@ tutorial.lo tutorial.o: tutorial.c /usr/include/math.h \ /usr/include/atk-1.0/atk/atktext.h \ /usr/include/atk-1.0/atk/atkgobjectaccessible.h \ /usr/include/atk-1.0/atk/atkhyperlink.h \ + /usr/include/atk-1.0/atk/atkhyperlinkimpl.h \ /usr/include/atk-1.0/atk/atkhypertext.h \ /usr/include/atk-1.0/atk/atkimage.h \ /usr/include/atk-1.0/atk/atknoopobject.h \ @@ -713,6 +714,8 @@ tutorial.lo tutorial.o: tutorial.c /usr/include/math.h \ /usr/include/atk-1.0/atk/atkhyperlink.h: +/usr/include/atk-1.0/atk/atkhyperlinkimpl.h: + /usr/include/atk-1.0/atk/atkhypertext.h: /usr/include/atk-1.0/atk/atkimage.h: -- 2.34.1