[recipes] Allow markup in chef descriptions



commit a120e637fbc06da3c3566e07e2b1071eccc9c4d9
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 19 10:44:16 2016 -0500

    Allow markup in chef descriptions
    
    This lets people embed links to their websites, etc.

 src/gr-list-page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-list-page.c b/src/gr-list-page.c
index a9f7d1c..5faffe4 100644
--- a/src/gr-list-page.c
+++ b/src/gr-list-page.c
@@ -224,7 +224,7 @@ gr_list_page_populate_from_chef (GrListPage *self,
         gtk_widget_hide (self->diet_description);
 
         gtk_label_set_label (GTK_LABEL (self->chef_fullname), gr_chef_get_fullname (chef));
-        gtk_label_set_label (GTK_LABEL (self->chef_description), gr_chef_get_description (chef));
+        gtk_label_set_markup (GTK_LABEL (self->chef_description), gr_chef_get_description (chef));
 
         image_path = gr_chef_get_image (chef);
 


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