| Summary: | kget window does not get focus when started from Konqueror and kget is already running | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Andrey Borzenkov <arvidjaar> |
| Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrey Borzenkov
2010-02-25 16:30:45 UTC
SVN commit 1137800 by lunakl: Revert r827288 - there already is a way of disabling startup notification for .desktop files, and that's adding 'X-KDE-StartupNotify=false'. Simple as that. CCBUG: 228477 M +1 -1 kdesktopfileactions.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1137800 SVN commit 1137803 by mfuchs: Always set focus to KGet download window when started via Konqueror. Thx llunak for the tip. BUG:228477 M +19 -1 main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1137803 SVN commit 1137864 by mfuchs: Always set focus to KGet download window when started via Konqueror. Thx llunak for the tip. Fix is a hack, better (not backportable since there are changes in kdelibs needed) solution in trunk. CCBUG:228477 M +2 -1 main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1137864 |