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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user