summaryrefslogtreecommitdiffstats
path: root/pyanaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-11-15 17:06:32 -0500
committerChris Lumens <clumens@redhat.com>2012-11-16 10:20:30 -0500
commita47cca670175f7105cd61a2d0c401b53f5757157 (patch)
treed291f089fa1bcb7968ee3336baaac2170e986cc5 /pyanaconda
parent9abf50ad416bb4e3770b77a67e9f12e6c8bfc99c (diff)
downloadanaconda-a47cca670175f7105cd61a2d0c401b53f5757157.tar.gz
anaconda-a47cca670175f7105cd61a2d0c401b53f5757157.tar.xz
anaconda-a47cca670175f7105cd61a2d0c401b53f5757157.zip
Hide the custom addon button.
We're not going to have this done in time for F18 anyway.
Diffstat (limited to 'pyanaconda')
-rw-r--r--pyanaconda/ui/gui/spokes/software.glade4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/software.glade b/pyanaconda/ui/gui/spokes/software.glade
index 201e24647..4f049fb8b 100644
--- a/pyanaconda/ui/gui/spokes/software.glade
+++ b/pyanaconda/ui/gui/spokes/software.glade
@@ -260,12 +260,14 @@
<child>
<object class="GtkButton" id="addAddonButton">
<property name="label" translatable="yes">_Add custom add-on...</property>
- <property name="visible">True</property>
+ <property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="no_show_all">True</property>
<property name="halign">end</property>
<property name="valign">start</property>
<property name="margin_top">6</property>
+ <property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_custom_clicked" swapped="no"/>
</object>