[PATCH] Make it possible to override translation domain in GUIObjects (#1040240)

Chris Lumens clumens at redhat.com
Mon Mar 31 15:40:17 UTC 2014


> diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
> index a3e7558..684e656 100644
> --- a/pyanaconda/ui/gui/__init__.py
> +++ b/pyanaconda/ui/gui/__init__.py
> @@ -78,6 +78,7 @@ class GUIObject(common.UIObject):
>      builderObjects = []
>      mainWidgetName = None
>      uiFile = ""
> +    translationDomain = "anaconda"
>  
>      screenshots_directory = "/tmp/anaconda-screenshots"
>  

I'd like to see this new attribute described in the big comment just
above.  Otherwise, these look fine.

- Chris


More information about the anaconda-patches mailing list