diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-29 21:15:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-29 21:15:48 +0000 |
commit | ee35968adea857a1b918d19a04e209cd5e320ea7 (patch) | |
tree | 047f54ace1b5a21351876dafafaa2d9de8455d46 /deskutils/gtodo/files/patch-src::callback.c | |
parent | Update to 0.8.3. (diff) |
Update to 0.13.4 with all FreeBSD patches merged.
PR: 57374
Submitted by: maintainer
Diffstat (limited to 'deskutils/gtodo/files/patch-src::callback.c')
-rw-r--r-- | deskutils/gtodo/files/patch-src::callback.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/deskutils/gtodo/files/patch-src::callback.c b/deskutils/gtodo/files/patch-src::callback.c deleted file mode 100644 index 56b98f64622c..000000000000 --- a/deskutils/gtodo/files/patch-src::callback.c +++ /dev/null @@ -1,32 +0,0 @@ ---- src/callback.c.orig Mon Sep 29 10:26:50 2003 -+++ src/callback.c Mon Sep 29 10:29:36 2003 -@@ -26,8 +26,8 @@ - - if(cur != root) - { -- xmlFreeNode(cur); - xmlUnlinkNode(cur); -+ xmlFreeNode(cur); - gtk_list_store_remove(mw.list, &iter); - } - else{ -@@ -166,8 +166,8 @@ - if(xmlStrEqual(temp, (const xmlChar *)tm)) - { - g_signal_handler_block(mw.option, shand); -- xmlFreeNode(cur); - xmlUnlinkNode(cur); -+ xmlFreeNode(cur); - read_categorys(); - g_signal_handler_unblock(mw.option, shand); - cur = NULL; -@@ -301,8 +301,8 @@ - cur = get_id_node(category, value); - if(cur != root) - { -- xmlFreeNode(cur); - xmlUnlinkNode(cur); -+ xmlFreeNode(cur); - } - else{ - g_print(_("item not found.. that can't be\n")); |