@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

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3580#discussion_r1349641185
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3580/review/[email protected]>

Reply via email to