From f2adaa230449e89c0e69e1419fd29cdfade54a73 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Jul 2007 03:48:00 +0000 Subject: r15702@tres: ted | 2007-07-02 15:17:48 -0700 Quotes were added to block shell variables, but now that we're using the GTK+ call we can assume that shells don't really get involved. (bzr r3161) --- src/extension/parameter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/extension/parameter.cpp') diff --git a/src/extension/parameter.cpp b/src/extension/parameter.cpp index a9b6c5896..b35052a0e 100644 --- a/src/extension/parameter.cpp +++ b/src/extension/parameter.cpp @@ -987,9 +987,7 @@ Glib::ustring * ParamEnum::string (void) { Glib::ustring * mystring = new Glib::ustring(""); - *mystring += "\""; *mystring += this->get(NULL, NULL); - *mystring += "\""; return mystring; } -- cgit v1.2.3