From 4c940a55f9ac64f1db3e90a9a9353bf1bb5d5cc2 Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 23 May 2006 16:44:10 +0000 Subject: [PATCH] fix for broken plib 1.8.4 --- src/GUI/property_list.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GUI/property_list.hxx b/src/GUI/property_list.hxx index 0b91154d9..90965f02c 100644 --- a/src/GUI/property_list.hxx +++ b/src/GUI/property_list.hxx @@ -42,7 +42,8 @@ public: void toggleFlags() { _flags->setBoolValue(!_flags->getBoolValue()); } // overridden plib pui methods - virtual char *getStringValue(void) { return (char *)(_return ? _return->getPath(true) : ""); } + virtual char *getListStringValue() { return (char *)(_return ? _return->getPath(true) : ""); } + //virtual char *getStringValue(void) { return (char *)(_return ? _return->getPath(true) : ""); } virtual void setValue(const char *); // listener method -- 2.39.5