]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/frodo/frodo-4.2/no-pref-editor.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / frodo / frodo-4.2 / no-pref-editor.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- Src/main_x.h~no-pref-editor 2004-01-14 18:24:19.000000000 +0100
7 +++ Src/main_x.h        2004-01-21 01:24:56.000000000 +0100
8 @@ -101,15 +101,18 @@
9         }
10         ThePrefs.Load(prefs_path);
11  
12 +#ifdef HAVE_GLADE
13         // Show preferences editor
14         if (ThePrefs.ShowEditor(true, prefs_path)) {
15 -
16 +#endif
17                 // Create and start C64
18                 TheC64 = new C64;
19                 load_rom_files();
20                 TheC64->Run();
21                 delete TheC64;
22 +#ifdef HAVE_GLADE
23         }
24 +#endif
25  }
26  
27