diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-18 21:51:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-18 22:57:24 +0100 |
commit | 677855e67c0ebd4f695950dfadb2ef36718efe45 (patch) | |
tree | e6e6998eac9af764203ef2e3ff555a11c17d1d11 | |
parent | c76cd71fe9bdefaef3f33f8ca193c32e3ab112ed (diff) |
padmin: make Printer Properties Device tab usable again
The code of the "Font Replacement" tab was removed in
6230cdd2d8971147dcb629c8bd61daa1fefcb7c7 but the tab was not removed
from printerpropertiesdialog.ui; for some reason this orphan tab causes
it to actually be visible in the UI and also enormous delays when painting
the preceding Device tab's content.
Change-Id: I95e1b29403307b86aea48518bbadea62aaba3b56
-rw-r--r-- | padmin/uiconfig/ui/printerpropertiesdialog.ui | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/padmin/uiconfig/ui/printerpropertiesdialog.ui b/padmin/uiconfig/ui/printerpropertiesdialog.ui index 345485d7d2bb..b84184aef177 100644 --- a/padmin/uiconfig/ui/printerpropertiesdialog.ui +++ b/padmin/uiconfig/ui/printerpropertiesdialog.ui @@ -104,20 +104,6 @@ <placeholder/> </child> <child type="tab"> - <object class="GtkLabel" id="font"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Font Replacement</property> - </object> - <packing> - <property name="position">3</property> - <property name="tab_fill">False</property> - </packing> - </child> - <child> - <placeholder/> - </child> - <child type="tab"> <object class="GtkLabel" id="other"> <property name="visible">True</property> <property name="can_focus">False</property> |