[Github-comments] [geany/geany-plugins] Gtk3 compatibility for geanydoc plugin (#467)
Colomban Wendling
notifications at xxxxx
Thu Jul 21 16:28:42 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);
doesn't this `6` change UI layout?
---
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#r71739191
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160721/7134c096/attachment.html>
More information about the Github-comments
mailing list