summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/ui/renameautotextdialog.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-16 15:08:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-16 16:59:09 +0100
commitfc2a0de9368db335f03461d76491d7fd733697e8 (patch)
tree9ee0c0304f90805afc5f281bb3b1a2cf4d68b88d /sw/uiconfig/swriter/ui/renameautotextdialog.ui
parent4e4a350dff08ef1393cd87d48e095e18bf423821 (diff)
turn the no-space edit widgets into a editwidget feature
especially because most of them don't handle intercepting text getting *pasted* into them right, so start with the one which does that right. Change-Id: If6770798872ed3c72c469656ebf0d4fd76d2171d
Diffstat (limited to 'sw/uiconfig/swriter/ui/renameautotextdialog.ui')
-rw-r--r--sw/uiconfig/swriter/ui/renameautotextdialog.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/renameautotextdialog.ui b/sw/uiconfig/swriter/ui/renameautotextdialog.ui
index fda9dd794847..88423f44a176 100644
--- a/sw/uiconfig/swriter/ui/renameautotextdialog.ui
+++ b/sw/uiconfig/swriter/ui/renameautotextdialog.ui
@@ -201,10 +201,9 @@
</packing>
</child>
<child>
- <object class="swlo-NoSpaceEdit" id="newsc">
+ <object class="GtkEntry" id="newsc">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="invisible_char">●</property>
<property name="width_chars">6</property>
<property name="invisible_char_set">True</property>
</object>