[Bug 260289] korganizer-mobile window is not brought to front when clicking on "Check my calendar" in kmail-mobile
Andre Heinecke
aheinecke at intevation.de
Mon Jan 17 12:58:01 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=260289
Andre Heinecke <aheinecke at intevation.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Andre Heinecke <aheinecke intevation de> 2011-01-17 13:58:00 ---
commit cf73b914749f02649a28dfd09e3c5d84553e0e6b
branch master
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Mon Jan 17 12:52:06 2011 +0000
Bring the current application to front on dateView
When the dateView should show the window is now also
brought to the foreground.
BUG: 260289
diff --git a/mobile/calendar/korganizer-mobile.qml
b/mobile/calendar/korganizer-mobile.qml
index 2eb0a41..50a580c 100644
--- a/mobile/calendar/korganizer-mobile.qml
+++ b/mobile/calendar/korganizer-mobile.qml
@@ -62,6 +62,7 @@ KPIM.MainView {
{
agenda.showRange( date, 0 /* "Day" */ );
guiStateManager.pushState( Events.EventsGuiStateManager.ViewDayState );
+ application.bringToFront();
}
KCal.IncidenceView {
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list