GNOME Bugzilla – Bug 692336
Improve Oops! screens
Last modified: 2013-12-17 15:53:51 UTC
Created attachment 234150 [details] Epiphany error message not centered Epiphany error message not centered. This happen in my small screen netbook, 10inch.
Created attachment 264245 [details] [review] Improve oops screens
Review of attachment 264245 [details] [review]: I like it. If we use GResource we could also drop the function that opens the CSS file ;) it'll be great. ::: embed/ephy-web-view.c @@ +1700,3 @@ + file = ephy_file ("error.css"); + if (file && !g_file_get_contents (file, &sheet, NULL, &error)) { + g_debug ("%s", error->message); Maybe add something that would help identify this code path before the error message?
Attachment 264245 [details] pushed as c36eec7 - Improve oops screens