[Github-comments] [geany/geany-plugins] Gtk3 compatibility for geanydoc plugin (#467)

Colomban Wendling notifications at xxxxx
Thu Jul 21 16:29:29 UTC 2016


> @@ -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/280902ad73fdee54c9df8dbbf79956652b73304f#r71739330
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160721/ec467f47/attachment.html>


More information about the Github-comments mailing list