Re: [Patch] Start GTK preferences dialog

2006-02-05 Thread John Spray
Am Sonntag, den 05.02.2006, 23:20 +0100 schrieb Lars Gullik Bjønnes: > | +/* > | +namespace { > | + > | +pair parseFontName(Glib::ustring &name) > | +{ > > const ref? > > | + string fontname = ""; > | + string foundry = ""; > > Drop the initalization. Is foundry actually used at all? Oops,

Re: [Patch] Start GTK preferences dialog

2006-02-05 Thread Lars Gullik Bjønnes
John Spray <[EMAIL PROTECTED]> writes: | Index: GPreferences.C | === | RCS file: GPreferences.C | diff -N GPreferences.C | --- /dev/null 1 Jan 1970 00:00:00 - | +++ GPreferences.C5 Feb 2006 21:55:55 - | @@ -0,0 +1,152 @@ |

Re: [Patch] Start GTK preferences dialog

2006-02-05 Thread John Spray
Ahem. Attached. Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/ChangeLog,v retrieving revision 1.150 diff -u -p -r1.150 ChangeLog --- ChangeLog 28 Jan 2006 18:32:38 - 1.150 +++ ChangeLog 5 Feb 2

[Patch] Start GTK preferences dialog

2006-02-05 Thread John Spray
Hi, Attached is a stub of the GTK preferences dialog, starting with the screen font options. I've applied it. John