From 2f126c734f1251fb5a6e65e675d7e898516cab89 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 13 May 2012 09:25:23 +0000 Subject: [PATCH] updated to new version of checkpatch.pl --- src/ui.c | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/ui.c b/src/ui.c index e298146..d03da27 100644 --- a/src/ui.c +++ b/src/ui.c @@ -75,19 +75,20 @@ on_delete_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data) void ui_show_about_dialog() { - gtk_show_about_dialog(NULL, - "comments", - _("Psensor is a GTK+ application for monitoring " - "hardware sensors"), - "copyright", - _("Copyright(c) 2010-2012\njeanfi@gmail.com"), - "logo-icon-name", "psensor", - "program-name", "Psensor", - "title", _("About Psensor"), - "version", VERSION, - "website", PACKAGE_URL, - "website-label", _("Psensor Homepage"), - NULL); + gtk_show_about_dialog + (NULL, + "comments", + _("Psensor is a GTK+ application for monitoring hardware " + "sensors"), + "copyright", + _("Copyright(c) 2010-2012\njeanfi@gmail.com"), + "logo-icon-name", "psensor", + "program-name", "Psensor", + "title", _("About Psensor"), + "version", VERSION, + "website", PACKAGE_URL, + "website-label", _("Psensor Homepage"), + NULL); } static void cb_about(GtkMenuItem *mi, gpointer data) -- 2.7.4