updated copyright
[ptask.git] / src / ui.c
index 2cc8107..e308a4c 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013 jeanfi@gmail.com
+ * Copyright (C) 2012-2016 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
@@ -151,7 +151,7 @@ const char *ui_get_status_filter()
        log_fct_enter();
 
        status = gtk_combo_box_get_active_id(w_status);
-       log_fct("status: %d", status);
+       log_fct("status: %s", status);
 
        log_fct_exit();
 
@@ -220,7 +220,7 @@ void about_activate_cbk(GtkWidget *menu_item, gpointer data)
                 "comments",
                 _("ptask is a GTK+ task management application"),
                 "copyright",
-                _("Copyright(c) 2010-2013\njeanfi@gmail.com"),
+                _("Copyright(c) 2010-2016\njeanfi@gmail.com"),
                 "logo-icon-name", "ptask",
                 "program-name", "ptask",
                 "title", _("About ptask"),