X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui.c;h=dcb3ea080f3a18e9e53300a329daa2acd2765c28;hb=9cbed896abcdbd9e00064b86bb4db1981ff37eb2;hp=fecd15b2cfdc3895ea13429af4432994cc6a82cc;hpb=a16822176e2bdb982c2330a33749f76aea9f1a8b;p=psensor.git diff --git a/src/ui.c b/src/ui.c index fecd15b..dcb3ea0 100644 --- a/src/ui.c +++ b/src/ui.c @@ -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", @@ -198,7 +198,7 @@ void ui_window_create(struct ui_psensor *ui) if (!ok) { log_printf(LOG_ERR, error->message); g_error_free(error); - return ; + return; } window = GTK_WIDGET(gtk_builder_get_object(builder, "window"));