Chameleon

Chameleon Commit Details

Date:2011-12-28 22:47:15 (12 years 3 months ago)
Author:armel cadet-petit
Commit:1762
Parents: 1761
Message:Fixed naming convention for raid hfs devices in gui
Changes:
M/branches/cparm/i386/modules/GUI/gui.c

File differences

branches/cparm/i386/modules/GUI/gui.c
210210
211211
212212
213
214
215
216
217
218
219
220
213
214
215
216
217
218
219
220
221221
222222
223223
......
480480
481481
482482
483
484
485
486
487
488
489
490
483
484
485
486
487
488
489
490
491491
492492
493493
{.name = "device_hfsraid", .image = NULL},
{.name = "device_hfsraid_o", .image = NULL},
{.name = "device_hfsplus_raid_lion", .image = NULL},
{.name = "device_hfsplus_raid_lion_o", .image = NULL},
{.name = "device_hfsplus_raid_sl", .image = NULL},
{.name = "device_hfsplus_raid_sl_o", .image = NULL},
{.name = "device_hfsplus_raid_leo", .image = NULL},
{.name = "device_hfsplus_raid_leo_o", .image = NULL},
{.name = "device_hfsplus_raid_tiger", .image = NULL},
{.name = "device_hfsplus_raid_tiger_o", .image = NULL},
{.name = "device_hfsraid_lion", .image = NULL},
{.name = "device_hfsraid_lion_o", .image = NULL},
{.name = "device_hfsraid_sl", .image = NULL},
{.name = "device_hfsraid_sl_o", .image = NULL},
{.name = "device_hfsraid_leo", .image = NULL},
{.name = "device_hfsraid_leo_o", .image = NULL},
{.name = "device_hfsraid_tiger", .image = NULL},
{.name = "device_hfsraid_tiger_o", .image = NULL},
{.name = "device_ext3", .image = NULL},
{.name = "device_ext3_o", .image = NULL},
LOADPNG(src, device_hfsraid, iDeviceGeneric);
LOADPNG(src, device_hfsraid_o, iDeviceHFSRAID);
LOADPNG(src, device_hfsplus_raid_lion, iDeviceHFSRAID_Lion);
LOADPNG(src, device_hfsplus_raid_lion_o, iDeviceHFSRAID_Lion_o);
LOADPNG(src, device_hfsplus_raid_sl, iDeviceHFSRAID_SL);
LOADPNG(src, device_hfsplus_raid_sl_o, iDeviceHFSRAID_SL_o);
LOADPNG(src, device_hfsplus_raid_leo, iDeviceHFSRAID_Leo);
LOADPNG(src, device_hfsplus_raid_leo_o, iDeviceHFSRAID_Leo_o);
LOADPNG(src, device_hfsplus_raid_tiger, iDeviceHFSRAID_Tiger);
LOADPNG(src, device_hfsplus_raid_tiger_o, iDeviceHFSRAID_Tiger_o);
LOADPNG(src, device_hfsraid_lion, iDeviceHFSRAID_Lion);
LOADPNG(src, device_hfsraid_lion_o, iDeviceHFSRAID_Lion_o);
LOADPNG(src, device_hfsraid_sl, iDeviceHFSRAID_SL);
LOADPNG(src, device_hfsraid_sl_o, iDeviceHFSRAID_SL_o);
LOADPNG(src, device_hfsraid_leo, iDeviceHFSRAID_Leo);
LOADPNG(src, device_hfsraid_leo_o, iDeviceHFSRAID_Leo_o);
LOADPNG(src, device_hfsraid_tiger, iDeviceHFSRAID_Tiger);
LOADPNG(src, device_hfsraid_tiger_o, iDeviceHFSRAID_Tiger_o);
LOADPNG(src, device_ext3, iDeviceGeneric);
LOADPNG(src, device_ext3_o, iDeviceEXT3);

Archive Download the corresponding diff file

Revision: 1762