Merge branch 'data' into eye-on-manga
Conflicts: src/c-edit-window.c
This commit is contained in:
commit
4b153e25e4
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ static void c_edit_window_set_collection_id(CEditWindow *self,
|
|||
struct collection *col;
|
||||
gint *items;
|
||||
|
||||
col = data_get_collection_by_id(collection_id);
|
||||
col = data_get_series_by_id(collection_id);
|
||||
items = data_get_items_by_collection_id(collection_id);
|
||||
|
||||
gtk_label_set_text(GTK_LABEL(self->name_label), col->name);
|
||||
|
|
Loading…
Reference in a new issue