diff options
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 5d8a815f08..d52d8fdb78 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -2187,8 +2187,8 @@ gtk_icon_view_remove_editable (GtkCellArea *area, * it. Additionally, if @start_editing is %TRUE, then editing should be * started in the specified cell. * - * This function is often followed by <literal>gtk_widget_grab_focus - * (icon_view)</literal> in order to give keyboard focus to the widget. + * This function is often followed by `gtk_widget_grab_focus + * (icon_view)` in order to give keyboard focus to the widget. * Please note that editing can only happen when the widget is realized. * * Since: 2.8 |