[yelp] yelp-view: Adapt link text to linkdiv changes in yelp-xsl



commit ee830ed9af0b7d911a25bf26d62f115f7c842c43
Author: Shaun McCance <shaunm gnome org>
Date:   Wed May 18 15:13:22 2011 -0400

    yelp-view: Adapt link text to linkdiv changes in yelp-xsl

 libyelp/yelp-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libyelp/yelp-view.c b/libyelp/yelp-view.c
index 15f6c9f..3cc5a61 100644
--- a/libyelp/yelp-view.c
+++ b/libyelp/yelp-view.c
@@ -1214,7 +1214,7 @@ view_populate_popup (YelpView *view,
 
             child = (WebKitDOMNode *)
                 webkit_dom_element_query_selector (WEBKIT_DOM_ELEMENT (link_node),
-                                                   "div.linkdiv div.title", NULL);
+                                                   "span.title", NULL);
             if (child != NULL)
                 priv->popup_link_text = webkit_dom_node_get_text_content (child);
 



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