[rhinstaller/anaconda/pulls/33 f22-branch] master/f22-branch - Set the default fs label when reformatting (#1141981)

mulkieran installerbot-noreply at redhat.com
Wed Mar 18 18:27:32 UTC 2015


What about?

```
[mulhern at localhost anaconda]$ git diff
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 625cf0a..1d9558c 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -2405,6 +2405,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
             return
         log.debug("fs type changed: %s", new_type)
         fmt = getFormat(new_type)
+        self._labelEntry.set_text(fmt.label or "")
         fancy_set_sensitive(self._mountPointEntry, fmt.mountable)
 
     def _populate_container(self, device=None):
```
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/33


More information about the anaconda-patches mailing list