summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2012-10-10 14:33:50 -0500
committerDavid Lehman <dlehman@redhat.com>2012-10-12 09:24:55 -0500
commit30a3f42ed044c1df0439eed7cc6beae21cb10573 (patch)
tree5ca976757a68bcef76576d23ffea5ef1da9ca3db
parent860f2aaf9c4f1875cbab93daf5dbb52f6b532eb7 (diff)
downloadanaconda-30a3f42ed044c1df0439eed7cc6beae21cb10573.tar.gz
anaconda-30a3f42ed044c1df0439eed7cc6beae21cb10573.tar.xz
anaconda-30a3f42ed044c1df0439eed7cc6beae21cb10573.zip
Remove some extra calls to show_first_mountpoint.
It already gets called from _do_refresh and multiple calls to save_right_side are both wasteful and potentially dangerous.
-rw-r--r--pyanaconda/ui/gui/spokes/custom.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 53cf30269..6f70bb649 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1749,7 +1749,6 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
self._unused_devices = None # why do we cache this?
self._do_refresh()
self._updateSpaceDisplay()
- self._show_first_mountpoint()
def on_summary_clicked(self, button):
dialog = SelectedDisksDialog(self.data)
@@ -1874,10 +1873,6 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
log.debug("updating space display")
self._updateSpaceDisplay()
log.debug("finished updating space display")
- self._accordion.expandPage(new_install_name)
-
- # And then display the first filesystem on the RHS.
- self._show_first_mountpoint()
def on_fs_type_changed(self, combo):
if not self._initialized: