bugfix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 28 Aug 2006 20:49:11 +0000 (20:49 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 28 Aug 2006 20:49:11 +0000 (20:49 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2062 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/lttv/modules/gui/detailedevents/events.c
ltt/branches/poly/lttv/modules/gui/tutorial/.deps/tutorial.Plo

index 6350fb2c5bba3dd4d249f0c2cf9f5e4c83d5fa90..bcb14c777be71f185c6dd408595deb8bbfe6132a 100644 (file)
@@ -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
 
index 689930cd9669c77731f3eb6ca66ecff3d1f4e429..41d72ae8bcb62f380f3687a598e47f47b2e8bde1 100644 (file)
@@ -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)
index 6abf39c792f2238c49b821072b54233785fbe0e2..1f9d0c42d8022f1d3066b81a115b75d894ce219c 100644 (file)
@@ -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:
This page took 0.026178 seconds and 4 git commands to generate.