# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libgtkform], [0.1.5], [azagli@libero.it])
+AC_INIT([libgtkform], [0.1.6], [azagli@libero.it])
AC_CONFIG_SRCDIR([src/form.c])
AC_CONFIG_HEADER([config.h])
/*
- * Copyright (C) 2005-2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2005-2011 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
return NULL;
}
+ if (ret != NULL)
+ {
+ mktime (ret);
+ }
+
return ret;
}
GtkTextIter start;
GtkTextIter end;
- w = gtk_form_widget_get_widget (fwidget);
+ w = gtk_form_widget_get_widget (fwidget);
buf = gtk_text_view_get_buffer (GTK_TEXT_VIEW (w));
gtk_text_buffer_get_bounds (buf, &start, &end);