use the int adjustment callback from libgimp, simplified the confirm

2000-01-26  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: use the int adjustment callback from
	libgimp, simplified the confirm dialog signal callbacks.
This commit is contained in:
Michael Natterer 2000-01-26 03:22:13 +00:00 committed by Michael Natterer
parent ccf1a05c66
commit 45a04909bd
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-01-26 Michael Natterer <mitch@gimp.org>
* app/preferences_dialog.c: use the int adjustment callback from
libgimp, simplified the confirm dialog signal callbacks.
Wed Jan 26 11:06:46 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/xjt/xjpeg.c: s/malloc/g_malloc/ ; s/free/g_free/