X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui.c;h=e308a4c205598757164ef0040ddd25aed0baeeab;hb=64d52e239f715717646357783d01ff8650dbdb2d;hp=2cc8107e83abb66812bf1ab8fb31ee24bd7cbfaf;hpb=d90d80c49709335e9101657d1a82cdd964e14c40;p=ptask.git diff --git a/src/ui.c b/src/ui.c index 2cc8107..e308a4c 100644 --- 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"),