[glade] Added quotes around property name in docs search



commit 61bdae20cda5a97898c9f1a70e6aa31810be48b4
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Tue Apr 2 15:48:15 2013 -0300

    Added quotes around property name in docs search

 gladeui/glade-popup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gladeui/glade-popup.c b/gladeui/glade-popup.c
index 7a0ac85..5678732 100644
--- a/gladeui/glade-popup.c
+++ b/gladeui/glade-popup.c
@@ -614,7 +614,7 @@ glade_popup_property_docs_cb (GtkMenuItem *item, GladeProperty *property)
   pspec        = glade_property_class_get_pspec (pclass);
   prop_adaptor = glade_property_class_get_adaptor (pclass);
   adaptor      = glade_widget_adaptor_from_pspec (prop_adaptor, pspec);
-  search       = g_strdup_printf ("The %s property", glade_property_class_id (pclass));
+  search       = g_strdup_printf ("The \"%s\" property", glade_property_class_id (pclass));
 
   glade_app_search_docs (glade_widget_adaptor_get_book (adaptor),
                          g_type_name (pspec->owner_type), search);


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