* plug-ins/gfig/gfig.c: typo
This commit is contained in:
David Odin
2004-10-28 21:28:51 +00:00
parent 84a02963ef
commit 4bf377caf7

View File

@ -148,7 +148,7 @@ run (const gchar *name,
gint pwidth, pheight; gint pwidth, pheight;
INIT_I18N (); INIT_I18N ();
gfig_context = g_new (GFigContex, 1); gfig_context = g_new (GFigContext, 1);
gfig_context->show_background = TRUE; gfig_context->show_background = TRUE;
gfig_context->selected_obj = NULL; gfig_context->selected_obj = NULL;
run_mode = param[0].data.d_int32; run_mode = param[0].data.d_int32;