updated copyright end date to 2013
[psensor.git] / src / ui.c
index bbb6cc2..967f31e 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2013 jeanfi@gmail.com
+ * Copyright (C) 2010-2014 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -84,7 +84,7 @@ void ui_show_about_dialog()
                 _("Psensor is a GTK+ application for monitoring hardware "
                   "sensors"),
                 "copyright",
-                _("Copyright(c) 2010-2012\njeanfi@gmail.com"),
+                _("Copyright(c) 2010-2014\njeanfi@gmail.com"),
                 "logo-icon-name", "psensor",
                 "program-name", "Psensor",
                 "title", _("About Psensor"),
@@ -343,7 +343,7 @@ static int cmp_sensors(const void *p1, const void *p2)
        return pos1 - pos2;
 }
 
-struct psensor **ui_get_sensors_ordered_by_position(struct ui_psensor *ui)
+struct psensor **ui_get_sensors_ordered_by_position(const struct ui_psensor *ui)
 {
        struct psensor **result;