0.8.35
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 3 Apr 2006 05:08:53 +0000 (05:08 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 3 Apr 2006 05:08:53 +0000 (05:08 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1747 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c
ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am

index adf517cacd52a192b912a55919fd1e5c3bf554a2..31c68909acaf324a8659f1d3f6dc95525e2406a9 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.35-29032006)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.35-03042006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index 08f6cc545d38a39712f7b405344b6922769d314d..43b15af751357fcfb7c60be7ccc7280e36f1ba36 100644 (file)
@@ -1110,7 +1110,7 @@ void drawing_destroy(Drawing_t *drawing)
   if(drawing->gc != NULL)
     gdk_gc_unref(drawing->gc);
   
-  g_free(drawing->pango_layout);
+  g_object_unref(drawing->pango_layout);
   if(drawing->dotted_gc != NULL) gdk_gc_unref(drawing->dotted_gc);
   if(drawing->ruler_gc_butt != NULL) gdk_gc_unref(drawing->ruler_gc_butt);
   if(drawing->ruler_gc_round != NULL) gdk_gc_unref(drawing->ruler_gc_round);
index fabc84a9849ad1328ffc776a09580f83e18793d1..aa12d78d0c00209a85c7477ea0b77619663f7aa1 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = lttvwindow
+SUBDIRS = lttvwindow pixmaps
 
 install-data-local:
        @$(NORMAL_INSTALL)
This page took 0.025078 seconds and 4 git commands to generate.