0623_Dialog_Scan_CLI.t (gscan2pdf-2.13.1.tar.xz) | : | 0623_Dialog_Scan_CLI.t (gscan2pdf-2.13.2.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 105 | skipping to change at line 105 | |||
'available-scan-options'); | 'available-scan-options'); | |||
$dialog->set_option( | $dialog->set_option( | |||
$options->by_name('mode'), | $options->by_name('mode'), | |||
'Color' ); | 'Color' ); | |||
} | } | |||
); | ); | |||
} | } | |||
); | ); | |||
$dialog->set( 'device-list', [ { 'name' => 'test' } ] ); | $dialog->set( 'device-list', [ { 'name' => 'test' } ] ); | |||
$dialog->set( 'device', 'test' ); | $dialog->set( 'device', 'test' ); | |||
} | } | |||
); | ); | |||
} | } | |||
); | ); | |||
} | } | |||
); | ); | |||
$dialog->set( 'device-list', [ { 'name' => 'test' } ] ); | $dialog->set( 'device-list', [ { 'name' => 'test' } ] ); | |||
$dialog->set( 'device', 'test' ); | $dialog->set( 'device', 'test' ); | |||
Gtk3->main; | Gtk3->main; | |||
__END__ | __END__ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |