Skip to content

Commit

Permalink
fix glib-critical messages
Browse files Browse the repository at this point in the history
  • Loading branch information
zisoft committed Jan 22, 2025
1 parent 66c1634 commit 870193a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libs/metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,10 @@ void gui_init(dt_lib_module_t *self)

self->widget = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);

d->metadata_texts = g_hash_table_new(NULL, NULL);
d->metadata_counts = g_hash_table_new(NULL, NULL);
d->metadata_to_delete = NULL;

GtkWidget *grid = gtk_grid_new();
d->grid = grid;
gtk_grid_set_row_spacing(GTK_GRID(grid), DT_PIXEL_APPLY_DPI(0));
Expand Down

0 comments on commit 870193a

Please sign in to comment.