summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-03 20:46:13 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-03 20:46:13 +0000
commitfb995077a9469c8ff799497b6ff0b59b8f138571 (patch)
treecef7b02a5407bb917137caf7adb90423fdd464ec /iw/xconfig_gui.py
parenta60f77a145e47089589f0de0309cbb07c3343cbe (diff)
downloadanaconda-fb995077a9469c8ff799497b6ff0b59b8f138571.tar.gz
anaconda-fb995077a9469c8ff799497b6ff0b59b8f138571.tar.xz
anaconda-fb995077a9469c8ff799497b6ff0b59b8f138571.zip
more gnome-core to gnome-session changes
Diffstat (limited to 'iw/xconfig_gui.py')
-rw-r--r--iw/xconfig_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index a1b639c6b..823fcdaee 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -302,8 +302,8 @@ class XCustomWindow (InstallWindow):
#--If both KDE and GNOME are selected
if comps:
- gnomeSelected = (comps.packages.has_key('gnome-core')
- and comps.packages['gnome-core'].selected)
+ gnomeSelected = (comps.packages.has_key('gnome-session')
+ and comps.packages['gnome-session'].selected)
kdeSelected = (comps.packages.has_key('kdebase')
and comps.packages['kdebase'].selected)
else: