Re: [Vimprobable-users] [Patch] External URI handlers
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2012-01-08 20:15:51
|
Hi Hannes! On Sat, Jan 07, 2012 at 05:19:21PM +0100, Hannes Schüller wrote: > Disclaimer: I believe this one should be superseeded by the newer one. > It does not cleanly apply to the current codebase anymore anyway. > > Hannes I thought I need the previous one because of the number in the filename. The second patch applies well. But I got a lot of whitspace errors when I applied the patch. Maybe you can fix them, that are no showstoppers, but I think later patches (done with other editors) causes unneeded changes in patches causes by removed trailing whitespace or removed tabs in front of code lines. This was the git message causes by git apply: /home/daniel/external_handlers2.patch:94: trailing whitespace. return TRUE; /home/daniel/external_handlers2.patch:122: trailing whitespace. new_generic_request(SoupSession *session, SoupMessage *soup_msg, gpointer unused) /home/daniel/external_handlers2.patch:289: space before tab in indent. if (dynamic_uri_handlers != NULL) { /home/daniel/external_handlers2.patch:290: space before tab in indent. for (l = dynamic_uri_handlers; l; l = g_list_next(l)) { /home/daniel/external_handlers2.patch:291: space before tab in indent. URIHandler *s = (URIHandler *)l->data; warning: squelched 34 whitespace errors warning: 39 lines add whitespace errors. Daniel |