From kde-commits Thu Jul 30 19:26:54 2009 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Thu, 30 Jul 2009 19:26:54 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/applets/kickoff/ui Message-Id: <1248982014.866177.22259.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124898202602022 SVN commit 1004743 by aseigo: reset the interface after setting the location-based layout patch by Felix Geyer CCMAIL:debfx-kde@fobos.de BUG:201998 M +2 -0 launcher.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/ui/launcher.cpp #1004742:1004743 @@ -866,7 +866,9 @@ break; } } + d->panelEdge = location; + reset(); } #include "launcher.moc"