Merge /u/l-chang/cdesktopenv1/ branch master into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/22/
This commit is contained in:
@@ -1153,9 +1153,14 @@ create_replace_rename_dialog(Widget parent_widget,
|
||||
|
||||
|
||||
XtFree(title);
|
||||
XtFree(actions.actionList[1].label);
|
||||
actions.actionList[1].label = orig_label;
|
||||
|
||||
if (actions.actionList[1].label != orig_label) {
|
||||
XtFree(actions.actionList[1].label);
|
||||
actions.actionList[1].label = orig_label;
|
||||
}
|
||||
|
||||
actions.actionList[1].msg_num = orig_msg_num;
|
||||
|
||||
return;
|
||||
|
||||
} /* end create_replace_rename_dialog */
|
||||
|
||||
Reference in New Issue
Block a user