Combo works now, added a label widget, and use stringshare for the constant drive info stuff.
This commit is contained in:
@ -51,13 +51,13 @@ struct _Ecdb_Drive_Info
|
||||
int *write_speeds;
|
||||
|
||||
/* Profiles */
|
||||
char *profile_name;
|
||||
const char *profile_name;
|
||||
int profile_loaded;
|
||||
|
||||
/* Drive info */
|
||||
char *vendor;
|
||||
char *product;
|
||||
char *revision;
|
||||
const char *vendor;
|
||||
const char *product;
|
||||
const char *revision;
|
||||
char *location;
|
||||
|
||||
unsigned char read_dvdram:1;
|
||||
|
Reference in New Issue
Block a user