mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile/FileDialog: CID 88141,88451,88658,89058
This commit is contained in:
parent
7e61925f1b
commit
dd03c9cbf7
1 changed files with 4 additions and 4 deletions
|
@ -1478,10 +1478,10 @@ RenameOk(
|
|||
XtPointer call_data )
|
||||
{
|
||||
DialogCallbackStruct * call_struct = (DialogCallbackStruct *)client_data;
|
||||
char *title;
|
||||
char *title = NULL;
|
||||
char *msg = NULL;
|
||||
char *new_name = NULL, *new_dir = NULL, new[MAX_PATH];
|
||||
unsigned int btnMask;
|
||||
unsigned int btnMask = 0;
|
||||
RenameDoneData *data;
|
||||
char to_host[256];
|
||||
char to_dir[MAX_PATH];
|
||||
|
@ -1937,7 +1937,7 @@ ShowMakeFileDialog(
|
|||
DialogData * dialog_data;
|
||||
FileMgrData * file_mgr_data;
|
||||
|
||||
Widget shell;
|
||||
Widget shell = NULL;
|
||||
Widget form;
|
||||
Widget new_name;
|
||||
Widget new_text;
|
||||
|
@ -1952,7 +1952,7 @@ ShowMakeFileDialog(
|
|||
int flag=FLAG_RESET;
|
||||
|
||||
DialogCallbackStruct * call_struct;
|
||||
char * tmpStr, *tempStr;
|
||||
char * tmpStr = NULL, *tempStr = NULL;
|
||||
XmString label_string;
|
||||
|
||||
Arg args[20];
|
||||
|
|
Loading…
Reference in a new issue