[Github-comments] [geany-plugins] Geanyvc fix (#300)

Colomban Wendling notifications at xxxxx
Mon Nov 9 17:24:09 UTC 2015


> @@ -1464,7 +1457,7 @@ create_commitDialog(void)
>  	gtk_box_pack_end(GTK_BOX(commit_text_vbox), lineColumnLabel, TRUE, TRUE, 0);
>  	gtk_widget_show(lineColumnLabel);
>  
> -	dialog_action_area1 = GTK_DIALOG(commitDialog)->action_area;
> +	dialog_action_area1 = gtk_dialog_get_action_area (GTK_DIALOG(commitDialog));

ditto

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/300/files#r44302629
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151109/ac7fb088/attachment.html>


More information about the Github-comments mailing list