[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pidgin-commits
Subject:    im.pidgin.pidgin: 1cb1d29b42562ea7d827ccd5002186d9268a0aab
From:       wabz () pidgin ! im
Date:       2008-01-31 4:45:53
Message-ID: 20080131044553.AEBF448EDA () homing ! pidgin ! im
[Download RAW message or body]

-----------------------------------------------------------------
Revision: 1cb1d29b42562ea7d827ccd5002186d9268a0aab
Ancestor: dd24b38e1f15f33f043d35e083ed10b0121e9fb3
Author: wabz@pidgin.im
Date: 2008-01-31T04:40:04
Branch: im.pidgin.pidgin

Modified files:
        finch/libgnt/gnttree.c

ChangeLog:=20

Fix a crash when pressing backspace at a menu



============================================================
--- finch/libgnt/gnttree.c	6ebe1a054c38392d8ea8217c57d0ba606e12658a
+++ finch/libgnt/gnttree.c	9d206421026420da8278f4c2cfad91cb54379675
@@ -684,7 +684,7 @@ action_move_parent(GntBindable *bind, GL
 	GntTreeRow *row = tree->current;
 	int dist;
 
-	if (!row->parent || SEARCHING(tree))
+	if (!row || !row->parent || SEARCHING(tree))
 		return FALSE;
 
 	tree->current = row->parent;


_______________________________________________
Commits mailing list
Commits@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic