[gok] Don't show widgets in non-active tabs - bgo#583313



commit c84e47d4704d18a125e59a68120931623df18c1c
Author: Gerd Kohlberger <gerdk src gnome org>
Date:   Sun May 24 20:31:27 2009 +0200

    Don't show widgets in non-active tabs - bgo#583313
---
 gok/gok-spy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gok/gok-spy.c b/gok/gok-spy.c
index 6ed1800..3f4af0d 100644
--- a/gok/gok-spy.c
+++ b/gok/gok-spy.c
@@ -1272,6 +1272,7 @@ gboolean gok_spy_worth_searching (Accessible* accessible)
 	bmenu = gok_spy_is_menu_role(Accessible_getRole(accessible));	
 	/* no longer consider SPI_ROLE_MENU_BAR -- to work better with ff3*/
 
+	ass = Accessible_getStateSet (accessible);
 	if (ass != NULL)
 	{
 		/* state heuristic: 



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