define gimp_input_device_store_type also for the !HAVE_LIBHAL case.

2007-02-19  Michael Natterer  <mitch@gimp.org>

	* modules/gimpinputdevicestore.c: define gimp_input_device_store_type
	also for the !HAVE_LIBHAL case.


svn path=/trunk/; revision=21953
This commit is contained in:
Michael Natterer 2007-02-19 19:19:06 +00:00 committed by Michael Natterer
parent 597e9a23f3
commit 9c1d2f0167
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-02-19 Michael Natterer <mitch@gimp.org>
* modules/gimpinputdevicestore.c: define gimp_input_device_store_type
also for the !HAVE_LIBHAL case.
2007-02-19 Sven Neumann <sven@gimp.org>
* plug-ins/common/psd_save.c: check the return value of

View file

@ -443,6 +443,8 @@ gimp_input_device_store_get_error (GimpInputDeviceStore *store)
#else
GType gimp_input_device_store_type = 0;
GType
gimp_input_device_store_get_type (GTypeModule *module)
{