2000-12-08 Henning Meier-Geinitz <hmg@gmx.de>

* TODO: Updated. Removed entry about --without-x.
	* src/xscanimage.c: Fixed bux: When closing "select device" dialog
	  with the window manager xscanimage wasn't exited.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2000-12-08 22:12:43 +00:00
rodzic 91b59478b2
commit 6b48e9ca88
2 zmienionych plików z 6 dodań i 3 usunięć

7
TODO
Wyświetl plik

@ -1,4 +1,4 @@
TODO (2000-11-19)
TODO (2000-12-08)
******** todo ********
@ -40,8 +40,6 @@ TODO (2000-11-19)
* Test frontends on different os/platforms, fix possible compilation
problems
* configure --without-x doesn't work
* Add support for SANE_DEFAULT_DEVICE to xcam/xscanimage. Show the list
of devices with the SANE_DEFAULT_DEVICE preselected.
@ -49,6 +47,9 @@ TODO (2000-11-19)
******** done ********
* xscanimage doesn't exit when the window close button is pressed in the
"select device" window.
* configure --without-x doesn't work
* xscanimage prints warning if compiled with GIMP supports but run
standalone (at least with GIMP 1.1.29)
* stiff.c: Tiff header not written correctly: "Jaeger, Gerhard"

Wyświetl plik

@ -1545,6 +1545,8 @@ choose_device (void)
choose_device_dialog = gtk_dialog_new ();
gtk_window_set_title (GTK_WINDOW (choose_device_dialog), "Select device");
gtk_signal_connect (GTK_OBJECT (choose_device_dialog), "delete_event",
GTK_SIGNAL_FUNC (files_exit_callback), NULL);
main_vbox = GTK_DIALOG (choose_device_dialog)->vbox;