1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-04-30 21:47:05 +00:00

small changes, fix lang in flatpak

This commit is contained in:
2026-03-06 15:48:10 +01:00
parent dfcc229d93
commit 5284acb936
8 changed files with 41 additions and 50 deletions

View File

@@ -27,7 +27,7 @@ on_response(AdwAlertDialog *dialog,
gchar *response,
gpointer user_data)
{
FlashcardsCreateCategoryDialog *self = FLASHCARDS_CREATE_CATEGORY_DIALOG(user_data);
FlashcardsCreateCategoryDialog *self = user_data;
const gchar *category = gtk_editable_get_text(self->entry);