From aa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 21 Feb 2013 09:45:33 +0000 Subject: change lib:widget delimiter from : to - because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81 --- bin/verify-custom-widgets-libs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/verify-custom-widgets-libs b/bin/verify-custom-widgets-libs index 6a04702fa4cc..8ca278456c5d 100755 --- a/bin/verify-custom-widgets-libs +++ b/bin/verify-custom-widgets-libs @@ -15,10 +15,10 @@ # its easy to put the wrong lib name in if developing # under Linux -FOO=`grep -h -r lo: */uiconfig | sed -e "s/ /dev/null if [ $? != 0 ]; then -- cgit