aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-11-30 14:47:04 +0000
committerFrederic Culot <calcurse@culot.org>2006-11-30 14:47:04 +0000
commitda4a1825448859666086356001cec38e8a245b8f (patch)
tree5ff969b9093f5aa63f46a562eab2bff9b8e325b8
parent10e1f84b6a17a5e50e3670c133591171f0173823 (diff)
downloadcalcurse-da4a1825448859666086356001cec38e8a245b8f.tar.gz
calcurse-da4a1825448859666086356001cec38e8a245b8f.zip
call to day_edit_item() added
-rwxr-xr-xsrc/calcurse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/calcurse.c b/src/calcurse.c
index 6dc3c6c..52cb2d7 100755
--- a/src/calcurse.c
+++ b/src/calcurse.c
@@ -1,4 +1,4 @@
-/* $calcurse: calcurse.c,v 1.26 2006/11/02 13:41:45 culot Exp $ */
+/* $calcurse: calcurse.c,v 1.27 2006/11/30 14:47:04 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -335,10 +335,10 @@ int main(int argc, char **argv)
case 'E':
case 'e': /* Edit an existing item */
- if (which_pan == APPOINTMENT) {
- } else if (which_pan == TODO) {
+ if (which_pan == APPOINTMENT)
+ day_edit_item(hilt_app, colr);
+ else if (which_pan == TODO)
todo_edit_item(hilt_tod, colr);
- }
break;
case 'D':