giftcurs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[giFTcurs-commits] giFTcurs/src search.c


From: Christian Häggström
Subject: [giFTcurs-commits] giFTcurs/src search.c
Date: Mon, 15 Sep 2003 17:26:58 -0400

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Christian Häggström <address@hidden>    03/09/15 17:26:58

Modified files:
        src            : search.c 

Log message:
        Redraw all hits when an user is ignored

Patches:
Index: giFTcurs/src/search.c
diff -u giFTcurs/src/search.c:1.131 giFTcurs/src/search.c:1.132
--- giFTcurs/src/search.c:1.131 Thu Aug 14 12:57:43 2003
+++ giFTcurs/src/search.c       Mon Sep 15 17:26:57 2003
@@ -18,7 +18,7 @@
  * along with giFTcurs; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,  USA.
  *
- * $Id: search.c,v 1.131 2003/08/14 16:57:43 weinholt Exp $
+ * $Id: search.c,v 1.132 2003/09/15 21:26:57 saturn Exp $
  */
 #include "giftcurs.h"
 
@@ -443,8 +443,9 @@
                        list_filter(tree_children(h), (LFilter) filter_user, 
user,
                                                (void (*)(void *)) 
subhit_destroy);
                }
-               /* resort the list */
+               /* resort the list, and redraw it */
                tree_resort(q);
+               tree_touch_all(q);
        }
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]