Index: hpgl.c =================================================================== --- hpgl.c (revision 11243) +++ hpgl.c (revision 11244) @@ -105,6 +105,7 @@ if ((uhpgl_parse_open(&ctx) == 0) && (uhpgl_parse_file(&ctx, f) == 0) && (uhpgl_parse_close(&ctx) == 0)) { fclose(f); + pcb_hid_actionl("mode", "pastebuffer", NULL); return 0; }