summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/dialogs.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-06-17 23:15:57 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-06-17 23:15:57 +0000
commit65cf85ee6e83594f4de5d6d06012bde070b6c6b1 (patch)
tree50b3747038b77088ee0bef29f6594a74807397c3 /protocols/Gadu-Gadu/src/dialogs.cpp
parent2d26921c87c663de4725963d7da87c6eacd1e3d3 (diff)
GaduGadu: Cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@14241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/dialogs.cpp')
-rw-r--r--protocols/Gadu-Gadu/src/dialogs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/dialogs.cpp b/protocols/Gadu-Gadu/src/dialogs.cpp
index 1c57a0b590..aecff512e9 100644
--- a/protocols/Gadu-Gadu/src/dialogs.cpp
+++ b/protocols/Gadu-Gadu/src/dialogs.cpp
@@ -816,7 +816,6 @@ static INT_PTR CALLBACK gg_detailsdlgproc(HWND hwndDlg, UINT msg, WPARAM wParam,
break;
{
TCHAR text[256];
- gg_pubdir50_t req;
GGPROTO *gg = dat->gg;
if (!gg->isonline())
@@ -829,7 +828,7 @@ static INT_PTR CALLBACK gg_detailsdlgproc(HWND hwndDlg, UINT msg, WPARAM wParam,
EnableWindow(GetDlgItem(hwndDlg, IDC_SAVE), FALSE);
- req = gg_pubdir50_new(GG_PUBDIR50_WRITE);
+ gg_pubdir50_t req = gg_pubdir50_new(GG_PUBDIR50_WRITE);
GetDlgItemText(hwndDlg, IDC_FIRSTNAME, text, SIZEOF(text));
if (mir_tstrlen(text))