Fix crash in Document dialog + small sundries.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-08-14 21:05:10 +00:00
parent ca26056e2a
commit 4ecb8d1f56
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2002-08-14 Angus Leeming <leeming@lyx.org>
* GUI.h: public derivation from boost::noncopyable.
2002-08-14 Angus Leeming <leeming@lyx.org>
* GUI.h: class GUI deries from boost::noncopyable

View File

@ -18,7 +18,7 @@
*/
template <typename Controller, typename GUIview,
typename Policy, typename GUIbc>
class GUI : boost::noncopyable {
class GUI : public boost::noncopyable {
public:
///
GUI(LyXView & lv, Dialogs & d);

View File

@ -1,3 +1,9 @@
2002-08-14 Angus Leeming <leeming@lyx.org>
* FormBaseDeprecated.h: public derivation from boost::noncopyable.
* forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
2002-08-14 Angus Leeming <leeming@lyx.org>
* FormBaseDeprecated.h: no longer derives from DialogBase, but instead

View File

@ -1521,10 +1521,10 @@ callback:
argument:
--------------------
class: FL_PIXMAPBUTTON
class: FL_BUTTON
type: NORMAL_BUTTON
box: 135 105 260 180
boxtype: FL_NO_BOX
boxtype: FL_UP_BOX
colors: FL_COL1 FL_YELLOW
alignment: FL_ALIGN_BOTTOM
style: FL_NORMAL_STYLE
@ -1535,10 +1535,8 @@ shortcut:
resize: FL_RESIZE_ALL
gravity: FL_NoGravity FL_NoGravity
name: bmtable_bullet_panel
callback:
argument:
file: psnfss2.xpm
fullpath: 1
callback: C_FormBaseDeprecatedInputCB
argument: 0
--------------------
class: FL_FRAME