diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-03 02:22:59 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-03 02:22:59 +0000 |
commit | f6e9afda107ce15017f9035aac62b2241a9c5e34 (patch) | |
tree | 0e27f9ec8bc5a6df487a063a60afedec2b220f34 /loader2/driverdisk.c | |
parent | 07d9790f09ffd3aa2a0562ac789acdf215bf6e69 (diff) | |
download | anaconda-f6e9afda107ce15017f9035aac62b2241a9c5e34.tar.gz anaconda-f6e9afda107ce15017f9035aac62b2241a9c5e34.tar.xz anaconda-f6e9afda107ce15017f9035aac62b2241a9c5e34.zip |
pop the window
Diffstat (limited to 'loader2/driverdisk.c')
-rw-r--r-- | loader2/driverdisk.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader2/driverdisk.c b/loader2/driverdisk.c index 148ec8aa9..e37c6003c 100644 --- a/loader2/driverdisk.c +++ b/loader2/driverdisk.c @@ -29,6 +29,7 @@ #include "modules.h" #include "moduledeps.h" #include "moduleinfo.h" +#include "windows.h" #include "../isys/isys.h" #include "../isys/imount.h" @@ -108,6 +109,8 @@ static int loadDriverDisk(moduleInfoSet modInfo, moduleList modLoaded, sprintf(file, "%s/pcitable", mntpt); pciReadDrivers(file); + newtPopWindow(); + disknum++; return 0; } |