aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/frodo/frodo-4.2-r0/no-pref-editor.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-08 13:33:43 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-08 13:33:43 +0000
commit1153a7b9c5197755a7f922423b666b8bc1e25f97 (patch)
treefcbe2bb4df25177e11604be470da4f1038d7aa83 /nonworking/frodo/frodo-4.2-r0/no-pref-editor.patch
parentb23c17a01253547ec94eb612f3f676dff026b6fa (diff)
downloadopenembedded-1153a7b9c5197755a7f922423b666b8bc1e25f97.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/08/08 15:33:32+02:00 uni-frankfurt.de!mickey add frodo 4.1b and bring back frodo 4.2 from nonworking. parts of frodo 4.1b courtesy Thorsten Maerz BKrev: 41162bb7GevpyO8uTMy7vaDB2WNYEA
Diffstat (limited to 'nonworking/frodo/frodo-4.2-r0/no-pref-editor.patch')
-rw-r--r--nonworking/frodo/frodo-4.2-r0/no-pref-editor.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/nonworking/frodo/frodo-4.2-r0/no-pref-editor.patch b/nonworking/frodo/frodo-4.2-r0/no-pref-editor.patch
deleted file mode 100644
index b5f09ab48b..0000000000
--- a/nonworking/frodo/frodo-4.2-r0/no-pref-editor.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#
-# 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
- }
-
-