Skip to content

Commit

Permalink
1.1 quick addition
Browse files Browse the repository at this point in the history
  • Loading branch information
hfiref0x committed Mar 2, 2015
1 parent 651bd07 commit 44237ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/SHA1.hash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bb4787a174776796fea74e575ccbb07986d61b9b *Source\TODO.txt
d0e500c0092000d73fd711a5d20c35b69f4ac447 *Source\WinObjAdv\aboutDlg.h
74fcc74b3d7d7a4467869a888dcd4f67797ca156 *Source\WinObjAdv\excepth.c
2ba8ded754090338b733797accdb696162866e75 *Source\WinObjAdv\excepth.h
9eb27b1458a2966f793b3fd4af3ededb9edc5e1b *Source\WinObjAdv\extrasDlg.c
a2349ee21cfdc91bc94db63055ac03d26a0e51dd *Source\WinObjAdv\extrasDlg.c
0edac6fd4d595d104ffe8b4982d4857d662e5199 *Source\WinObjAdv\extrasDlg.h
52f48ea96a7784c83d5f37fda632bba6268609f1 *Source\WinObjAdv\findDlg.c
b96e8b73e0f489aaeac6de62066ac6f7f37b882f *Source\WinObjAdv\findDlg.h
Expand Down
6 changes: 5 additions & 1 deletion Source/WinObjAdv/extrasDlg.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ VOID PipeDlgShowProperties(
WCHAR szCaption[MAX_PATH];

Context = propContextCreate(NULL, NULL, NULL, NULL);
if (Context == NULL) {
return;
}

Context->lpObjectName = supGetItemText(PipeDlgList, iItem, 0, NULL);
Context->lpCurrentObjectPath = PipeCreateFullName(Context->lpObjectName);

Expand Down Expand Up @@ -680,4 +684,4 @@ VOID extrasCreatePipeDialog(
bPipeDlgSortInverse = FALSE;
ListView_SortItemsEx(PipeDlgList, &PipeDlgCompareFunc, 0);
}
}
}

0 comments on commit 44237ec

Please sign in to comment.