GNOME Bugzilla – Bug 669700
Application mode should fail if profile_directory is invalid
Last modified: 2012-03-10 19:05:39 UTC
Instead of silently running like a regular epiphany. Should it die? Pop a dialog?
Just die and print an error.
Created attachment 208821 [details] [review] ephy-main: run app mode only with a existing dir
Review of attachment 208821 [details] [review]: Why here? Just do it in the existing else if (application mode) { ... And g_file_test seems simpler than what you do.
Created attachment 208893 [details] [review] ephy-main: run app mode only with a existing dir = In the existing else if, ephy_file_helpers_init() has already ran and has created the directory if it was non-existant. So this check would always be TRUE. Re: the glib API. Yeah, shame on me.
Review of attachment 208893 [details] [review]: OK.
Attachment 208893 [details] pushed as b0b25d7 - ephy-main: run app mode only with a existing dir