summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-02-03 23:36:20 +0000
committerJeremy Katz <katzj@redhat.com>2006-02-03 23:36:20 +0000
commit8144979fc7a558503691f9a6a3d0a28848b6d7fc (patch)
tree0bde84c0ad001e9719d7653dd03259ba44f97191 /ui
parentd9e9e16488436c407e6115b30b54b6142eaa9a72 (diff)
downloadanaconda-8144979fc7a558503691f9a6a3d0a28848b6d7fc.tar.gz
anaconda-8144979fc7a558503691f9a6a3d0a28848b6d7fc.tar.xz
anaconda-8144979fc7a558503691f9a6a3d0a28848b6d7fc.zip
2006-02-03 Jeremy Katz <katzj@redhat.com>
* iw/task_gui.py: Adjust for dynamic set of tasks * ui/tasksel.glade: Don't list tasks in the glade file, they're now auto-generated. * textw/task_text.py (TaskWindow.__call__): Likewise. * dispatch.py (installSteps): Pass new arg to tasksel step * installclasses/fedora.py (tasks): Define set of tasks to show on task selection screen here. * installclass.py (tasks): Parent placeholder.
Diffstat (limited to 'ui')
-rw-r--r--ui/tasksel.glade68
1 files changed, 2 insertions, 66 deletions
diff --git a/ui/tasksel.glade b/ui/tasksel.glade
index a2ae407e0..bbda8a33c 100644
--- a/ui/tasksel.glade
+++ b/ui/tasksel.glade
@@ -52,76 +52,12 @@
</child>
<child>
- <widget class="GtkVBox" id="vbox2">
+ <widget class="GtkVBox" id="cbVBox">
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
- <widget class="GtkCheckButton" id="officeCheckbox">
- <property name="label" translatable="yes" context="yes">Office and Productivity</property>
- <property name="use_underline">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
- <property name="active">True</property>
- <property name="inconsistent">False</property>
- <property name="draw_indicator">True</property>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
- </packing>
- </child>
-
- <child>
- <widget class="GtkCheckButton" id="develCheckbox">
- <property name="label" translatable="yes" context="yes">Software Development</property>
- <property name="use_underline">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
- <property name="active">False</property>
- <property name="inconsistent">False</property>
- <property name="draw_indicator">True</property>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
- </packing>
- </child>
-
- <child>
- <widget class="GtkCheckButton" id="webCheckbox">
- <property name="label" translatable="yes" context="yes">Web server</property>
- <property name="use_underline">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
- <property name="active">False</property>
- <property name="inconsistent">False</property>
- <property name="draw_indicator">True</property>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
- </packing>
- </child>
-
- <child>
- <widget class="GtkCheckButton" id="xenCheckbox">
- <property name="label" translatable="yes" context="yes">Virtualization (Xen)</property>
- <property name="use_underline">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
- <property name="active">False</property>
- <property name="inconsistent">False</property>
- <property name="draw_indicator">True</property>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
- </packing>
+ <placeholder/>
</child>
</widget>
<packing>