mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwalletmanager: fix crash on attempt to open wallet
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6ec78a09ab
commit
b67c0211e3
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ KWalletEditor::KWalletEditor(QWidget* parent, const char *name)
|
||||||
connect(_hideContents, SIGNAL(clicked()),
|
connect(_hideContents, SIGNAL(clicked()),
|
||||||
this, SLOT(hidePasswordContents()));
|
this, SLOT(hidePasswordContents()));
|
||||||
|
|
||||||
// createActions();
|
createActions(actionCollection());
|
||||||
// TODO: remove kwalleteditor.rc file
|
// TODO: remove kwalleteditor.rc file
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue