Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
fixed #209: No title is displayed if it contains an
Browse files Browse the repository at this point in the history
  • Loading branch information
haecker-felix committed Sep 17, 2017
1 parent 2b8d136 commit d93a7f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external/gd/libgd/gd-main-icon-box-child.c
Expand Up @@ -207,7 +207,6 @@ gd_main_icon_box_child_update_layout (GdMainIconBoxChild *self)

primary_label = gtk_label_new (NULL);
gtk_label_set_ellipsize (GTK_LABEL (primary_label), PANGO_ELLIPSIZE_MIDDLE);
gtk_label_set_use_markup (GTK_LABEL (primary_label), TRUE);
g_object_bind_property (priv->item, "primary-text", primary_label, "label", G_BINDING_SYNC_CREATE);
gtk_container_add (GTK_CONTAINER (grid), primary_label);
}
Expand Down

0 comments on commit d93a7f6

Please sign in to comment.