Fix wrong cast

master
Markus Koch 2019-07-26 21:46:23 +02:00
parent da2ebe85dd
commit 0cae59aeb1
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ void yacos_cart_item_fetch_meta(YacosCartItem *self)
gtk_label_set_text(GTK_LABEL(self->priv.label_title), "Loading ...");
gtk_label_set_text(GTK_LABEL(self->priv.label_description), "");
gtk_entry_set_text(GTK_LABEL(self->priv.entry_comment), " ");
gtk_entry_set_text(GTK_ENTRY(self->priv.entry_comment), " ");
id_str = yacos_tag_id_to_str(self->priv.tag_id);