From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: =?koi8-r?b?4c7E0sXKIP7F0sXQwc7P1w==?= Organization: ALT Linux Solutions To: ALT Devel discussion list Date: Thu, 3 May 2007 13:39:35 +0400 User-Agent: KMail/1.9.6 References: <200705031254.04331.cas@altlinux.ru> In-Reply-To: <200705031254.04331.cas@altlinux.ru> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_X3aOGWe+YK53oaw" Message-Id: <200705031339.35304.cas@altlinux.ru> Subject: Re: [devel] =?koi8-r?b?6dPQ0sHXzMXOycUgwsHHwSDTINPPyNLBzsXOycXNINcg?= =?koi8-r?b?S1R1cnRsZQ==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 09:39:36 -0000 Archived-At: List-Archive: List-Post: --Boundary-00=_X3aOGWe+YK53oaw Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: base64 Content-Disposition: inline MyDNwdEgMjAwNyDhzsTSxcog/sXSxdDBzs/XIM7B0MnTwcw6Cj4g6dPQ0sHXzMXOycUgz9vJwsvJ INPPyNLBzsXOydEgxsHKzM/XICoubG9nbyDTIMvPzcHOxMHNySDOwSDS1dPTy8/NLgrp09DSwdfM xc7JxSDQwdTewS4KCgotLSAK4c7E0sXKIP7F0sXQwc7P1wpBTFQgTGludXggU29sdXRpb25zCmNh c0BhbHRsaW51eC5ydQo= --Boundary-00=_X3aOGWe+YK53oaw Content-Type: text/x-diff; charset="koi8-r"; name="kturtle.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kturtle.patch" --- kturtle/src/kturtle-old.cpp 2007-05-03 13:37:17 +0400 +++ kturtle/src/kturtle.cpp 2007-05-03 13:37:29 +0400 @@ -379,8 +379,6 @@ if ( url.isEmpty() ) slotSaveAs(); else { - QString mString = editorInterface->text(); // get the text - editorInterface->setText( mString.utf8() ); // convert it to utf8 editor->document()->saveAs(url); // use the KateParts method for saving loadFile(url); // reload the file as utf8 otherwise display weird chars setCaption( url.fileName() ); --Boundary-00=_X3aOGWe+YK53oaw--