Commit 5132356b authored by claes's avatar claes

Old style call to GeImage changed

parent 6089d6a8
......@@ -1614,7 +1614,7 @@ int Graph::export_javaframe( char *filename, char *bean_name, int applet,
if ( strcmp( background_image, "") != 0)
{
fp <<
" GeImage backgroundImage = new GeImage();" << endl <<
" GeImage backgroundImage = new GeImage( session);" << endl <<
" public LocalPanel() {" << endl <<
" backgroundImage.setSession( session);" << endl;
if ( background_tiled)
......@@ -1834,7 +1834,7 @@ int Graph::export_gejava( char *filename, char *bean_name, int applet, int html)
if ( strcmp( background_image, "") != 0)
{
fp <<
" GeImage backgroundImage = new GeImage();" << endl <<
" GeImage backgroundImage = new GeImage( session);" << endl <<
" public LocalPanel() {" << endl <<
" backgroundImage.setSession(session);" << endl;
if ( background_tiled)
......
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