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



commit 71968101b55c5c9386555d9b93e7932d9b911157
Author: Gerd Kohlberger <gerdk src gnome org>
Date:   Sun May 24 20:38:21 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]