Switch to unified view

a/src/qtgui/guiutils.cpp b/src/qtgui/guiutils.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: guiutils.cpp,v 1.19 2006-09-15 16:49:27 dockes Exp $ (C) 2005 Jean-Francois Dockes";
2
static char rcsid[] = "@(#$Id: guiutils.cpp,v 1.20 2006-09-21 09:37:28 dockes Exp $ (C) 2005 Jean-Francois Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
155
    SETTING_RW(prefs.syntAbsLen, "/Recoll/prefs/query/syntAbsLen", 
155
    SETTING_RW(prefs.syntAbsLen, "/Recoll/prefs/query/syntAbsLen", 
156
           Num, 250);
156
           Num, 250);
157
    SETTING_RW(prefs.syntAbsCtx, "/Recoll/prefs/query/syntAbsCtx", 
157
    SETTING_RW(prefs.syntAbsCtx, "/Recoll/prefs/query/syntAbsCtx", 
158
           Num, 4);
158
           Num, 4);
159
159
160
    SETTING_RW(prefs.sortWidth, "/Recoll/prefs/query/sortWidth", 
161
         Num, 100);
162
    SETTING_RW(prefs.sortSpec, "/Recoll/prefs/query/sortSpec", 
163
         Num, 0);
164
160
    // Ssearch combobox history list
165
    // Ssearch combobox history list
161
    if (writing) {
166
    if (writing) {
162
    settings.writeEntry("/Recoll/prefs/query/ssearchHistory",
167
    settings.writeEntry("/Recoll/prefs/query/ssearchHistory",
163
                prefs.ssearchHistory);
168
                prefs.ssearchHistory);
164
    } else {
169
    } else {