From d3ce1bb3464d65722f2dbf82c266af667d356f7a Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 29 Sep 2008 17:22:17 +0000 Subject: reorganized constructor of keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@178 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gpgwin.cpp') diff --git a/gpgwin.cpp b/gpgwin.cpp index 43d2c87..47ab4dc 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -36,9 +36,7 @@ GpgWin::GpgWin() /* the list of Keys available*/ - m_keyList = new KeyList(); - m_keyList->setIconPath(iconPath); - m_keyList->setContext(myCtx); + m_keyList = new KeyList(myCtx, iconPath); /* List of binary Attachments */ /*m_attachments = new Attachments(); -- cgit v1.2.3