Small patch from morlenxus to show the user a dialog when a problem module

causes crashes. I modified a bit so that the message still gets sent to
stdout & shows the dialog.


SVN revision: 28667
This commit is contained in:
Christopher Michael 2007-03-12 14:46:05 +00:00
parent b68009b19d
commit ced9b05edb
1 changed files with 7 additions and 0 deletions

View File

@ -742,6 +742,13 @@ main(int argc, char **argv)
"modules from your configuration. The module<br>"
"configuration dialog should let you select your<br>"
"modules again."));
e_util_dialog_show
(_("Enlightenment crashed early on start and has been restarted"),
_("Enlightenment crashed early on start and has been restarted.<br>"
"All modules have been disabled and will not be loaded to help<br>"
"remove any problem modules from your configuration.<br><br>"
"The module configuration dialog should let you select your<br>"
"modules again."));
e_config_save_queue();
}
TS("gadcon");