Fix wrong cast
This commit is contained in:
parent
da2ebe85dd
commit
0cae59aeb1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user