GNOME Bugzilla – Bug 746727
Some missing examples for gtk-demo
Last modified: 2015-07-01 20:00:35 UTC
Created attachment 300253 [details] [review] adds assistant, builder and combobox examples to gtk-demo Hi, Please find attached ports of some examples of the C-version of the gtk-demo that where missing in the perl version. Greetings Thorsten
Looks pretty good, thanks! But I seem to be unable to apply the patches with 'git am': # git am ~/Desktop/gtk-demo.patch Patch format detection failed. Did you generate the file with 'git format-patch'?
(In reply to Torsten Schoenfeld from comment #1) > Looks pretty good, thanks! But I seem to be unable to apply the patches > with 'git am': > > # git am ~/Desktop/gtk-demo.patch > Patch format detection failed. > > Did you generate the file with 'git format-patch'? No, that are just the plain patch files, generated with 'git diff'. They all contain just a new file, plus a small patch to main.pl to link them into the main dialog.
Can you please regenerate the patchset with "git format-patch" then?
Created attachment 302884 [details] [review] adds assistant example to gtk-demo
Created attachment 302885 [details] [review] adds builder example to gtk-demo
Created attachment 302886 [details] [review] adds combobox example to gtk-demo
(In reply to Torsten Schoenfeld from comment #3) > Can you please regenerate the patchset with "git format-patch" then? Yes, of course (see above). Sorry that it took a while, somehow the mail from bugzilla made it to the spam folder.
Thanks a lot, and sorry for the delay.