From 2a455b8cded2c509a5b6c9ee8e9c4a89548ab276 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 2 Jan 2020 19:03:23 -0500 Subject: [PATCH] fix typo in devel-docs --- devel-docs/gtkbuilder-porting-guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel-docs/gtkbuilder-porting-guide.txt b/devel-docs/gtkbuilder-porting-guide.txt index c277f48116c..43bbe095b5b 100644 --- a/devel-docs/gtkbuilder-porting-guide.txt +++ b/devel-docs/gtkbuilder-porting-guide.txt @@ -135,7 +135,7 @@ Troubleshooting --------------- If your GtkComboBox doesn't draw any items it's probably because it -doesn't have a cell renderer. Appearently there is no UI to add one in +doesn't have a cell renderer. Apparently there is no UI to add one in GLade-3, so add it manually in the UI file, see the GTK+ doc for GtkCellLayout; this is what you need to add: -- GitLab