summaryrefslogtreecommitdiff
path: root/palm/jpilot/files/patch-todo_gui.c
blob: 42017b957433c7cae620b74f36cf7472a52ed322 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: todo_gui.c
diff -u todo_gui.c:1.1.1.1 todo_gui.c:1.1.1.1.4.1
--- todo_gui.c:1.1.1.1	Sun Feb  4 12:58:55 2001
+++ todo_gui.c	Sat Feb 17 17:07:51 2001
@@ -426,12 +426,16 @@
    /*it will show it though.  I allow it. */
    new_todo->description = gtk_editable_get_chars
      (GTK_EDITABLE(todo_text), 0, -1);
+/*   charset_j2p(new_todo->description, 65536); */
    new_todo->note = gtk_editable_get_chars
      (GTK_EDITABLE(todo_text_note), 0, -1);
    if (new_todo->note[0]=='\0') {
       free(new_todo->note);
       new_todo->note=NULL;
    }
+/* else {
+	   charset_j2p(new_todo->note, 65536);
+   }*/
 
    for (i=0; i<NUM_TODO_CAT_ITEMS; i++) {
       if (GTK_IS_WIDGET(todo_cat_menu_item2[i])) {