diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 12:17:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 12:23:13 +0000 |
commit | 158aee9ad3e8d7dbb58381fc260ebdb53466ce22 (patch) | |
tree | a0af424fcae3a44fa73716503f3961f753be7a1a /sw | |
parent | eaf189abf2a3aa9d64a77ec866204203b51f52a8 (diff) |
Resolves: fdo#60627 wrong lib names for some custom widgets
Under Linux dlsym will search other locations and find them if they exist
elsewhere, but not under windows, so its easy to put the wrong lib name in if
developing under Linux because it'll generally work anyway.
So add a script: bin/verify-custom-widgets-libs which can be used under Linux
to verify that the required factory methods exist in the right lib.
Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/autotext.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/exchangedatabases.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/autotext.ui b/sw/uiconfig/swriter/ui/autotext.ui index e6fddb1a3d9a..6689142c7429 100644 --- a/sw/uiconfig/swriter/ui/autotext.ui +++ b/sw/uiconfig/swriter/ui/autotext.ui @@ -293,7 +293,7 @@ </packing> </child> <child> - <object class="swuilo:NoSpaceEdit" id="shortname"> + <object class="swlo:NoSpaceEdit" id="shortname"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">end</property> diff --git a/sw/uiconfig/swriter/ui/exchangedatabases.ui b/sw/uiconfig/swriter/ui/exchangedatabases.ui index d3af20b7e36f..b76a9203ed50 100644 --- a/sw/uiconfig/swriter/ui/exchangedatabases.ui +++ b/sw/uiconfig/swriter/ui/exchangedatabases.ui @@ -179,7 +179,7 @@ Use the browse button to select a database file.</property> </packing> </child> <child> - <object class="swuilo:SwDBTreeList" id="availablelb"> + <object class="swlo:SwDBTreeList" id="availablelb"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |