diff options
author | Chris Lumens <clumens@redhat.com> | 2007-01-31 16:27:38 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-01-31 16:27:38 +0000 |
commit | a907850f5374b172d08d0c5e697c3104ae2390dd (patch) | |
tree | 6ca10870f450b052f759fccb3eebe4f9d4fdf2d7 | |
parent | c35823cbb1624860dd3b327ca63933361052abfc (diff) | |
download | anaconda-a907850f5374b172d08d0c5e697c3104ae2390dd.tar.gz anaconda-a907850f5374b172d08d0c5e697c3104ae2390dd.tar.xz anaconda-a907850f5374b172d08d0c5e697c3104ae2390dd.zip |
Commit the changelog entry as well.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-01-31 Chris Lumens <clumens@redhat.com> + * gui.py (MessageWindow.__init__): Add parent parameter, and fix + argument passing so these windows get run on kickstart installs. + * installclasses/fedora.py (InstallClass.setInstallData): Don't set up the default partitions if we're on a kickstart install. autopart will handle that for us. |