diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-29 19:22:17 +0200 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-29 19:22:17 +0200 |
| commit | d3ce1bb3464d65722f2dbf82c266af667d356f7a (patch) | |
| tree | 84170dd88cf9a523abf016bb06ed233a4a615598 /gpgwin.cpp | |
| parent | added key management window (diff) | |
| download | gpg4usb-d3ce1bb3464d65722f2dbf82c266af667d356f7a.tar.gz gpg4usb-d3ce1bb3464d65722f2dbf82c266af667d356f7a.zip | |
reorganized constructor of keylist
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@178 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
| -rw-r--r-- | gpgwin.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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(); |
