Switch to unified view

a/src/qtgui/preview_w.cpp b/src/qtgui/preview_w.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: preview_w.cpp,v 1.21 2007-06-19 08:36:24 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: preview_w.cpp,v 1.22 2007-06-20 13:15:57 dockes Exp $ (C) 2005 J.F.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
...
...
770
    QString empty;
770
    QString empty;
771
    doSearch(empty, 0, false, false);
771
    doSearch(empty, 0, false, false);
772
    canBeep = ocanbeep;
772
    canBeep = ocanbeep;
773
#endif
773
#endif
774
    }
774
    }
775
    // Enter document in document history
776
    g_dynconf->enterDoc(fn, doc.ipath);
777
775
    editor->setFocus();
778
    editor->setFocus();
776
    emit(previewExposed(m_searchId, docnum));
779
    emit(previewExposed(m_searchId, docnum));
777
    return true;
780
    return true;
778
}
781
}