Switch from GPLv2 to GPLv2+
[fw/altos] / ao-tools / ao-view / aoview_dev_dialog.c
index 87396c1f88dc30273f7511b20370b033ce35ce1e..3c0a7c73ec9d68f0822f47bc40fd75fb0f06b9e5 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -29,7 +30,7 @@ aoview_dev_dialog_map(GtkWidget *widget, gpointer data)
 
        list_store = gtk_list_store_new(3,
                                        G_TYPE_STRING,
-                                       G_TYPE_STRING,
+                                       G_TYPE_INT,
                                        G_TYPE_STRING);
 
        devs = cc_usbdevs_scan();