]> git.lyx.org Git - features.git/commitdiff
s/C_FormBase/C_FormDialogView_/ and thereby fix a crash when
authorAngus Leeming <leeming@lyx.org>
Wed, 31 Mar 2004 22:02:10 +0000 (22:02 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 31 Mar 2004 22:02:10 +0000 (22:02 +0000)
invoking the dialog's callback functions.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8577 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/forms/form_search.fd

index 21e75518081576d3de45ffe2343d7104af761a38..e080072e394b18c76aca855771b763cea0b8fdb3 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
 
        * Dialogs.C (build): added preamble dialog.
index cd81e0762433b8c3c016ba805a32ecc7109c2e74..f7292b53dc0bd08285d857d543cc648b1aaed517 100644 (file)
@@ -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
 
 ==============================