summaryrefslogtreecommitdiffstats
path: root/textw/xconfig_text.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 /textw/xconfig_text.py
parenta60f77a145e47089589f0de0309cbb07c3343cbe (diff)
downloadanaconda-fb995077a9469c8ff799497b6ff0b59b8f138571.tar.gz
anaconda-fb995077a9469c8ff799497b6ff0b59b8f138571.tar.xz
anaconda-fb995077a9469c8ff799497b6ff0b59b8f138571.zip
more gnome-core to gnome-session changes
Diffstat (limited to 'textw/xconfig_text.py')
-rw-r--r--textw/xconfig_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index 11a3a039c..4e6339504 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -162,8 +162,8 @@ class XCustomWindow:
self.available_res = self.available_res_by_depth[self.selectedDepth]
#--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: