public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/gens/files: gens-2.12b-romsdir.patch
@ 2007-11-29  3:36 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2007-11-29  3:36 UTC (permalink / raw
  To: gentoo-commits

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-29  3:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-29  3:36 [gentoo-commits] gentoo-x86 commit in games-emulation/gens/files: gens-2.12b-romsdir.patch Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox