Summary: | "Enter" does not close Icon Selector | ||
---|---|---|---|
Product: | [Applications] kmenuedit | Reporter: | Becheru Petru-Ioan <becheru.petru.ioan> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.7 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Becheru Petru-Ioan
2005-04-24 16:49:18 UTC
CVS commit by waba: Pressing Enter selects icons. BUG: 104475 M +1 -0 kicondialog.cpp 1.48 --- kdelibs/kio/kfile/kicondialog.cpp #1.47:1.48 @@ -312,4 +312,5 @@ void KIconDialog::init() mpCanvas = new KIconCanvas(main); connect(mpCanvas, SIGNAL(executed(QIconViewItem *)), SLOT(slotAcceptIcons())); + connect(mpCanvas, SIGNAL(returnPressed(QIconViewItem *)), SLOT(slotAcceptIcons())); mpCanvas->setMinimumSize(400, 125); top->addWidget(mpCanvas); |