aboutsummaryrefslogtreecommitdiffstats
path: root/packages/frodo/frodo-4.2/no-pref-editor.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/frodo/frodo-4.2/no-pref-editor.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/frodo/frodo-4.2/no-pref-editor.patch')
-rw-r--r--packages/frodo/frodo-4.2/no-pref-editor.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/frodo/frodo-4.2/no-pref-editor.patch b/packages/frodo/frodo-4.2/no-pref-editor.patch
index e69de29bb2..b5f09ab48b 100644
--- a/packages/frodo/frodo-4.2/no-pref-editor.patch
+++ b/packages/frodo/frodo-4.2/no-pref-editor.patch
@@ -0,0 +1,27 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- Src/main_x.h~no-pref-editor 2004-01-14 18:24:19.000000000 +0100
++++ Src/main_x.h 2004-01-21 01:24:56.000000000 +0100
+@@ -101,15 +101,18 @@
+ }
+ ThePrefs.Load(prefs_path);
+
++#ifdef HAVE_GLADE
+ // Show preferences editor
+ if (ThePrefs.ShowEditor(true, prefs_path)) {
+-
++#endif
+ // Create and start C64
+ TheC64 = new C64;
+ load_rom_files();
+ TheC64->Run();
+ delete TheC64;
++#ifdef HAVE_GLADE
+ }
++#endif
+ }
+
+