Code review comment for lp:~alexander-wilms/midori/midori

Revision history for this message
Paweł Forysiuk (tuxator) wrote :

- There is no logo on the private page
- suggestion could be shown only on network error maybe with checking webkit error beforehand,
- in case of long-ish title of the page it spills over if you have a small monitor size

77 + result = midori_view_display_error (view,
278 + uri,
279 + "stock://network-error",
280 + title,
281 + message,
282 + error->message,
283 + g_string_free (suggestions, FALSE),
284 + _("Try Again"),
285 + web_frame);

could be squeezed to 2-3 lines

« Back to merge proposal