Combo works now, added a label widget, and use stringshare for the constant drive info stuff.

This commit is contained in:
Jaime Thomas
2008-12-20 21:08:50 +00:00
parent 7a6f108ed6
commit acce34c9dc
8 changed files with 204 additions and 15 deletions

View File

@ -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;