@kugel- commented on this pull request.
@@ -841,8 +827,8 @@ on_font_dialog_response(GtkDialog *dialog, gint response, gpointer user_data)
{ gchar *fontname;
- fontname = gtk_font_selection_dialog_get_font_name( - GTK_FONT_SELECTION_DIALOG(ui_widgets.open_fontsel)); + fontname = gtk_font_chooser_get_font( + GTK_FONT_CHOOSER(ui_widgets.open_fontsel));
Okay, I didnt see the calls inside the macros.
But still, they are constructed with `gtk_font_chooser_dialog_new()` so I would think `GTK_FONT_CHOOSER_DIALOG()` is correct anyway