yelp r3192 - in trunk: . src



Author: dscorgie
Date: Thu Sep 11 20:56:44 2008
New Revision: 3192
URL: http://svn.gnome.org/viewvc/yelp?rev=3192&view=rev

Log:
* src/yelp-html.cpp:
Reinstate previous timeout workaround as it's still required


Modified:
   trunk/ChangeLog
   trunk/src/yelp-html.cpp

Modified: trunk/src/yelp-html.cpp
==============================================================================
--- trunk/src/yelp-html.cpp	(original)
+++ trunk/src/yelp-html.cpp	Thu Sep 11 20:56:44 2008
@@ -400,13 +400,11 @@
 	}
     }
 
-#else /* All other gecko's need this timeout to update GOK accessible
-       * tree 
-       */
+#endif
+
     html->priv->timeout = g_timeout_add (2000, 
 					 (GSourceFunc) timeout_update_gok,
 					 html);
-#endif
 }
 
 gboolean



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