AM_CPPFLAGS = $(GTKFORM_CFLAGS) \
-DLOCALEDIR=\"$(localedir)\" \
- -DMODULESDIR=\""$(libdir)/$(PACKAGE)/modules"\"
+ -DMODULESDIR=\""$(libdir)/$(PACKAGE)/modules"\" \
-DG_LOG_DOMAIN=\"GtkForm\"
lib_LTLIBRARIES = libgtkform.la
while (modules != NULL)
{
if (g_module_symbol ((GModule *)modules->data,
- g_strconcat ("gtk_form_widget_", type, "_new", NULL),
- (gpointer *)&widget_constructor))
+ g_strconcat ("gtk_form_widget_", type, "_new", NULL),
+ (gpointer *)&widget_constructor))
{
if (widget_constructor != NULL)
{