[master/rhel7] Add a tooltip to the container combobox (#975801)

Brian C. Lane bcl at redhat.com
Mon Oct 7 21:06:36 UTC 2013


On Mon, Oct 07, 2013 at 02:40:19PM -0400, David Shea wrote:
> 
> >@@ -2624,6 +2625,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
> >                  container_combo.set_active(len(container_combo.get_model()) - 1)
> >              container_combo.append_text(_(new_container_text) % {"container_type": container_type_text.lower()})
> >+            container_combo.set_tooltip_text(_(container_tooltip) % {"container_type": container_type_text.lower()})
> >              if default_container is None:
> >                  container_combo.set_active(len(container_combo.get_model()) - 1)
> container_type_text needs to be translated here too. And a few more
> places. Maybe that should be a separate bug?

Yeah, I think deferring those kinds of changes to a cleanup bug/patch
would be a good idea. I'll drop the colon bit from this if the patch
gets pushed.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20131007/f290d626/attachment.sig>


More information about the anaconda-patches mailing list