Commit d1204cca authored by Claes Sjofors's avatar Claes Sjofors

Ge open graph fix for Ubuntu

parent 57e70a45
......@@ -607,7 +607,8 @@ void Ge::open_graph( char *name)
update();
set_title();
colpal_UpdateCustomColors( colorpalette_ctx, graph->get_custom_colors());
if ( colorpalette_ctx)
colpal_UpdateCustomColors( colorpalette_ctx, graph->get_custom_colors());
if ( graph->journal)
graph->journal->open( graphname);
......@@ -2486,4 +2487,4 @@ Ge::Ge( void *x_parent_ctx,
if ( EVEN(sts)) return;
}
#endif
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment