]> Pileus Git - ~andy/gtk/blobdiff - tests/testappchooser.c
tests: Add a test for loading images from file
[~andy/gtk] / tests / testappchooser.c
index 2695c57d2909d19d7cdbc5eb3d28dc86d964d5ea..221bd613ec133940f6cdc99c287d88fe502a73b9 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <gtk/gtk.h>
 
@@ -157,7 +157,6 @@ main (int argc, char **argv)
   GtkWidget *w1;
   gchar *path;
 
-  g_type_init ();
   gtk_init (&argc, &argv);
 
   toplevel = gtk_window_new (GTK_WINDOW_TOPLEVEL);