From 158aee9ad3e8d7dbb58381fc260ebdb53466ce22 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 15 Feb 2013 12:17:05 +0000 Subject: 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 --- cui/uiconfig/ui/pickgraphicpage.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/uiconfig/ui/pickgraphicpage.ui') diff --git a/cui/uiconfig/ui/pickgraphicpage.ui b/cui/uiconfig/ui/pickgraphicpage.ui index 0fe5b6eb7085..2464194907b5 100644 --- a/cui/uiconfig/ui/pickgraphicpage.ui +++ b/cui/uiconfig/ui/pickgraphicpage.ui @@ -40,7 +40,7 @@ - + True False True -- cgit v1.2.3