@@ -336,7 +332,9 @@ create_Configure(void) gtk_window_set_title(GTK_WINDOW(Configure), _("Doc")); gtk_window_set_type_hint(GTK_WINDOW(Configure), GDK_WINDOW_TYPE_HINT_DIALOG);
- dialog_vbox1 = GTK_DIALOG(Configure)->vbox;
- dialog_vbox1 = gtk_vbox_new(FALSE, 6);
also, you could assume just fine that `gtk_dialog_get_content_area()` returns a VBox if you wanted
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/467/files/280902ad73fdee54c9df8d...