[PATCH 3/3] Busy cursor when applying changes in the custom spoke

Chris Lumens clumens at redhat.com
Mon May 6 21:55:53 UTC 2013


> @@ -2708,7 +2709,11 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
>  
>      def on_apply_clicked(self, button):
>          """ call _save_right_side, then, perhaps, populate_right_side. """
> -        self._save_right_side(self._current_selector)
> +
> +        # may take a while
> +        with busied_cursor():
> +            self._save_right_side(self._current_selector)
> +
>          self._applyButton.set_sensitive(False)
>  
>      def on_unlock_clicked(self, button):

Great idea.

- Chris


More information about the anaconda-patches mailing list