From: Angus Leeming Date: Wed, 31 Mar 2004 22:02:10 +0000 (+0000) Subject: s/C_FormBase/C_FormDialogView_/ and thereby fix a crash when X-Git-Tag: 1.6.10~15386 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=97e2756b9fb54ab0e40d1c165b6e9e6e350b2fd3;p=features.git s/C_FormBase/C_FormDialogView_/ and thereby fix a crash when invoking the dialog's callback functions. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8577 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 21e7551808..e080072e39 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,8 @@ +2004-03-31 Angus Leeming + + * forms/form_search.fd: s/C_FormBase/C_FormDialogView_/ and thereby + fix a crash when invoking the dialog's callback functions. + 2004-03-31 Angus Leeming * Dialogs.C (build): added preamble dialog. diff --git a/src/frontends/xforms/forms/form_search.fd b/src/frontends/xforms/forms/form_search.fd index cd81e07624..f7292b53dc 100644 --- a/src/frontends/xforms/forms/form_search.fd +++ b/src/frontends/xforms/forms/form_search.fd @@ -46,7 +46,7 @@ shortcut: resize: FL_RESIZE_X gravity: FL_West FL_East name: input_search -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -64,7 +64,7 @@ shortcut: resize: FL_RESIZE_X gravity: FL_West FL_East name: input_replace -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -82,7 +82,7 @@ shortcut: ^M resize: FL_RESIZE_NONE gravity: FL_NorthEast FL_NorthEast name: button_findnext -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -100,7 +100,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_East FL_East name: button_replace -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -118,7 +118,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_SouthEast FL_SouthEast name: button_close -callback: C_FormBaseCancelCB +callback: C_FormDialogView_CancelCB argument: 0 -------------------- @@ -136,7 +136,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_West FL_NoGravity name: check_casesensitive -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -154,7 +154,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_NoGravity FL_NoGravity name: check_matchword -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -172,7 +172,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_East FL_East name: button_replaceall -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -190,7 +190,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_West FL_NoGravity name: check_searchbackwards -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 ==============================