v1.1.3 will only contain the FTBFS fix
[psensor.git] / src / ui.c
index 9f423f8..ddf7fd4 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -76,7 +76,7 @@ on_delete_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data)
        return TRUE;
 }
 
-void ui_show_about_dialog()
+void ui_show_about_dialog(void)
 {
        static const char *const authors[] = { "jeanfi@gmail.com", NULL };
 
@@ -89,7 +89,7 @@ void ui_show_about_dialog()
                 "copyright",
                 _("Copyright(c) 2010-2014 jeanfi@gmail.com"),
 #if GTK_CHECK_VERSION(3, 12, 0)
-                "license-type", GTK_LICENSE_GPL_2_0_ONLY,
+                "license-type", GTK_LICENSE_GPL_2_0,
 #endif
                 "logo-icon-name", "psensor",
                 "program-name", "Psensor",