diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-10 11:50:17 +0200 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-10 11:50:17 +0200 |
| commit | 5c912618c1e1ec12b6e26ed69713345d35bbc108 (patch) | |
| tree | fc9fb5d5f2d6865e80b5c4fff97e87e64457de71 /gpgwin.cpp | |
| parent | open file if provided from command-line (diff) | |
| download | gpg4usb-5c912618c1e1ec12b6e26ed69713345d35bbc108.tar.gz gpg4usb-5c912618c1e1ec12b6e26ed69713345d35bbc108.zip | |
reinclude attachments-view in build
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@318 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
| -rw-r--r-- | gpgwin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,10 +44,10 @@ GpgWin::GpgWin() mKeyList = new KeyList(mCtx, iconPath); /* List of binary Attachments */ - /*mAttachments = new Attachments(); + mAttachments = new Attachments(); mAttachments->setIconPath(iconPath); mAttachments->setContext(mCtx); - mAttachments->setKeyList(mKeyList);*/ + mAttachments->setKeyList(mKeyList); createActions(); createMenus(); |
