From 802d311f3b4233a01836cfc74d628ef6cab70484 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Wed, 12 Nov 2008 17:03:55 +0000 Subject: [PATCH] change featuretype call to style call. --- src/zmapWindow/zmapWindowNavigator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zmapWindow/zmapWindowNavigator.c b/src/zmapWindow/zmapWindowNavigator.c index 981f90e1a..d93a3eb94 100755 --- a/src/zmapWindow/zmapWindowNavigator.c +++ b/src/zmapWindow/zmapWindowNavigator.c @@ -27,9 +27,9 @@ * * Exported functions: See XXXXXXXXXXXXX.h * HISTORY: - * Last edited: Nov 7 17:02 2008 (rds) + * Last edited: Nov 10 09:34 2008 (edgrif) * Created: Wed Sep 6 11:22:24 2006 (rds) - * CVS info: $Id: zmapWindowNavigator.c,v 1.39 2008-11-07 17:15:55 rds Exp $ + * CVS info: $Id: zmapWindowNavigator.c,v 1.40 2008-11-12 17:03:55 edgrif Exp $ *------------------------------------------------------------------- */ @@ -1951,7 +1951,7 @@ static ZMapFeatureTypeStyle getPredefinedStyleByName(char *style_name) if((*curr == NULL)) { /* initialise */ - *curr = zMapFeatureTypeCreate("genomic_canonical", "Genomic Canonical"); + *curr = zMapStyleCreate("genomic_canonical", "Genomic Canonical"); g_object_set(G_OBJECT(*curr), "overlap_mode", ZMAPOVERLAP_OSCILLATE, NULL); -- GitLab