diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-08-23 07:08:30 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-08-23 07:08:30 +0000 |
commit | 582e245e4c43dd509bf5b45dff7cf5cc12c36d28 (patch) | |
tree | 99bcd87c84dd9020275a79c06dd74f5e19c78b75 | |
parent | bce0074449c6f93a706ee77aa132532d2532eed5 (diff) | |
download | anaconda-582e245e4c43dd509bf5b45dff7cf5cc12c36d28.tar.gz anaconda-582e245e4c43dd509bf5b45dff7cf5cc12c36d28.tar.xz anaconda-582e245e4c43dd509bf5b45dff7cf5cc12c36d28.zip |
pop window if we can't insert firewire module
-rw-r--r-- | loader/loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.c b/loader/loader.c index 73b5f592a..2e85bebf1 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -3149,6 +3149,7 @@ static int firewireInitialize(moduleList modLoaded, moduleDeps modDeps, if (mlLoadModuleSet(devices[0]->driver, modLoaded, modDeps, modInfo, flags)) { logMessage("failed to insert firewire module"); + newtPopWindow(); return 1; } |