From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IxaCY-0003Nf-4h for garchives@archives.gentoo.org; Thu, 29 Nov 2007 03:36:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAT3aViJ026632; Thu, 29 Nov 2007 03:36:31 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAT3aUxJ026627 for ; Thu, 29 Nov 2007 03:36:31 GMT 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 772B4658E7 for ; Thu, 29 Nov 2007 03:36:30 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IxaCT-0003YO-Br for gentoo-commits@lists.gentoo.org; Thu, 29 Nov 2007 03:36:29 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/gens/files: gens-2.12b-romsdir.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gens-2.12b-romsdir.patch X-VCS-Directories: games-emulation/gens/files X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Michael Sterrett Date: Thu, 29 Nov 2007 03:36:29 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 9caa50d5-7945-424d-9c2e-9c8fc0169b09 X-Archives-Hash: 267ad978628079edbd4e6dd685875d77 mr_bones_ 07/11/29 03:36:29 Added: gens-2.12b-romsdir.patch Log: add patch from Daniel Schneidereit to fix "Open Rom" always starting in ~/.gens (bug #153593) (Portage version: 2.1.3.19) Revision Changes Path 1.1 games-emulation/gens/files/gens-2.12b-romsdir.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/files/gens-2.12b-romsdir.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/files/gens-2.12b-romsdir.patch?rev=1.1&content-type=text/plain Index: gens-2.12b-romsdir.patch =================================================================== diff -ruN gens-rc3.5-opengl/src/gens/util/rom.c gens-rc3.5-opengl-patched/src/gens/util/rom.c --- gens-rc3.5-opengl/src/gens/util/rom.c 2005-01-10 22:24:01.000000000 +0100 +++ gens-rc3.5-opengl-patched/src/gens/util/rom.c 2006-10-29 14:58:14.000000000 +0100 @@ -411,6 +411,9 @@ create_file_chooser_dialog ("Open Rom", GTK_FILE_CHOOSER_ACTION_OPEN); // fileselection_set_dir (fd.filesel, Rom_Dir); addRomsFilter (widget); + + gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (widget), Rom_Dir); + res = gtk_dialog_run (GTK_DIALOG (widget)); if (res == GTK_RESPONSE_OK) { -- gentoo-commits@gentoo.org mailing list