I forgot I hadn't solved this problem :
121 void FormPreferences::ok()
122 {
123 FormBaseDeprecated::ok();
124
125 // FIXME !!
126 if (colors_.modifiedXformsPrefs) {
127 string const filename =
128 AddName(user_lyxdir, "preferences.xform");
129 colors_.modifiedXformsPrefs = !XformsColor::write(filename);
130 }
131
132 lv_.dispatch(FuncRequest(LFUN_SAVEPREFERENCES));
133 }
I need to save the file ... ideas ?
john
--
Khendon's Law: If the same point is made twice by the same person,
the thread is over.