From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 13 10:15:19 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A6116A4CE for ; Thu, 13 Nov 2003 10:15:19 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160D344015 for ; Thu, 13 Nov 2003 10:15:18 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id CD92176421 for ; Thu, 13 Nov 2003 19:15:15 +0100 (CET) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45108-03 for ; Thu, 13 Nov 2003 19:15:12 +0100 (CET) Received: from webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 7D7417641F for ; Thu, 13 Nov 2003 19:15:12 +0100 (CET) Message-ID: <3FB3CA31.20309@webonaut.com> Date: Thu, 13 Nov 2003 19:15:13 +0100 From: Franz Klammer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031021 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at webonaut.com Subject: gdesksets/files/patch-libdesklets::Network.py X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 18:15:19 -0000 the dedection-code of the network-interfaces in patch-libdesklets::Network.py is wrong: devices = [] if ("FreeBSD" == platform): for lines in data: fields = lines.strip().strip(":") if (fields[0] == "lo"): corrections: devices = [] if ("FreeBSD" == platform): for lines in data: fields = lines.strip().split(":") <== if (fields[0][:2] == "lo"): <== franz -- webonaut.com :: web technology klammer@webonaut.com :: http://webonaut.com/ fon +43-664-3434708 -- MIG_media intelligence group > agentur für werbung & neue medien A-5020 Salzburg > Linzergasse 21 Fon +43-662-453091-0 > Fax -99 office@mig.co.at > http://www.mig.co.at --