From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NpV5j-0001wV-N3 for garchives@archives.gentoo.org; Wed, 10 Mar 2010 23:13:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5ACDE0D05; Wed, 10 Mar 2010 23:13:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C7256E0D05 for ; Wed, 10 Mar 2010 23:13:25 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 72E791B400E for ; Wed, 10 Mar 2010 23:13:25 +0000 (UTC) Received: from cedk by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NpV5h-0003Sw-1N for gentoo-commits@lists.gentoo.org; Wed, 10 Mar 2010 23:13:25 +0000 From: "Cedric Krier (cedk)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cedk@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/pythoncad/files: pythoncad-1.37-png.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pythoncad-1.37-png.patch X-VCS-Directories: sci-misc/pythoncad/files X-VCS-Committer: cedk X-VCS-Committer-Name: Cedric Krier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Cedric Krier Date: Wed, 10 Mar 2010 23:13:25 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8800c4af-a998-44ea-a1b3-068dfdddd92d X-Archives-Hash: 172a607dac5b4e166f3e5741b0450344 cedk 10/03/10 23:13:25 Added: pythoncad-1.37-png.patch Log: Version bump (Portage version: 2.1.7.16/cvs/Linux i686) Revision Changes Path 1.1 sci-misc/pythoncad/files/pythoncad-1.37-png.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad= /files/pythoncad-1.37-png.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad= /files/pythoncad-1.37-png.patch?rev=3D1.1&content-type=3Dtext/plain Index: pythoncad-1.37-png.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -ru PythonCAD-DS1-R37~/PythonCAD/Interface/Gtk/gtkDialog.py PythonCA= D-DS1-R37/PythonCAD/Interface/Gtk/gtkDialog.py --- PythonCAD-DS1-R37~/PythonCAD/Interface/Gtk/gtkDialog.py 2010-03-11 00= :01:58.000000000 +0100 +++ PythonCAD-DS1-R37/PythonCAD/Interface/Gtk/gtkDialog.py 2010-03-11 00:= 03:48.000000000 +0100 @@ -107,7 +107,7 @@ _abautDialog.set_program_name("PythonCad") _abautDialog.set_version("DS1-R37") _abautDialog.set_comments("CAD built from Python") - _iconPath=3Dos.path.join(os.getcwd(),"gtkpycad.png") + _iconPath=3Dos.path.join("/usr/share/pixmaps/pythoncad.png") _pixBuf=3Dgtk.gdk.pixbuf_new_from_file(_iconPath) _abautDialog.set_logo(_pixBuf) _abautDialog.set_website("http://sourceforge.net/projects/pythoncad"= ) diff -ru PythonCAD-DS1-R37~/PythonCAD/Interface/Gtk/gtkimage.py PythonCAD= -DS1-R37/PythonCAD/Interface/Gtk/gtkimage.py --- PythonCAD-DS1-R37~/PythonCAD/Interface/Gtk/gtkimage.py 2010-03-11 00:= 01:58.000000000 +0100 +++ PythonCAD-DS1-R37/PythonCAD/Interface/Gtk/gtkimage.py 2010-03-11 00:0= 2:59.000000000 +0100 @@ -154,7 +154,7 @@ self.__image =3D image self.__window =3D gtk.Window() self.__window.set_title(image.filename) - self.__window.set_icon_from_file("gtkpycad.png") + self.__window.set_icon_from_file("/usr/share/pixmaps/pythoncad.p= ng") self.__window.connect("destroy", self.__destroyEvent) self.__window.connect("event", self.__windowEvent) self.__window.connect("key_press_event", self.__keyPressEvent)