X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_taskpanel.c;fp=src%2Fui_taskpanel.c;h=6380268693fd141421c854c5fa01a1c6ebb56623;hb=3aa15f052c00ecb1d09ff9c8cad9d4ad2de9de96;hp=91f3c54f5d937351857c3306710c5abc3279b51e;hpb=70cd5dc1dcd5c75c98494807f5e4775260212ff6;p=ptask.git diff --git a/src/ui_taskpanel.c b/src/ui_taskpanel.c index 91f3c54..6380268 100644 --- a/src/ui_taskpanel.c +++ b/src/ui_taskpanel.c @@ -224,3 +224,14 @@ int taskremove_clicked_cbk(GtkButton *btn, gpointer data) return FALSE; } + +int taskpanel_cancel_clicked_cbk(GtkButton *btn, gpointer data) +{ + log_fct_enter(); + + ui_taskpanel_update(current_task); + + log_fct_exit(); + + return FALSE; +}