[Github-comments] [geany-plugins] Geanyvc fix (#300)
Colomban Wendling
notifications at xxxxx
Mon Nov 9 17:24:03 UTC 2015
> @@ -1374,7 +1367,7 @@ create_commitDialog(void)
> gtk_window_set_type_hint(GTK_WINDOW(commitDialog), GDK_WINDOW_TYPE_HINT_DIALOG);
> gtk_dialog_set_has_separator(GTK_DIALOG(commitDialog), FALSE);
>
> - dialog_vbox1 = GTK_DIALOG(commitDialog)->vbox;
> + dialog_vbox1 = gtk_dialog_get_content_area (GTK_DIALOG(commitDialog));
style: no space before the opening `(`
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/300/files#r44302622
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151109/85bcdc8f/attachment.html>
More information about the Github-comments
mailing list