Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184320 Details for
Bug 261460
kde-base/plasma-4.2.1 crash with changed resolution
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/plasma-workspace-4.2.1-panelview-crash-fix.patch
plasma-workspace-4.2.1-panelview-crash-fix.patch (text/plain), 948 bytes, created by
Magnus Kessler
on 2009-03-08 09:39:03 UTC
(
hide
)
Description:
files/plasma-workspace-4.2.1-panelview-crash-fix.patch
Filename:
MIME Type:
Creator:
Magnus Kessler
Created:
2009-03-08 09:39:03 UTC
Size:
948 bytes
patch
obsolete
>--- a/kdebase/workspace/plasma/shells/desktop/panelview.cpp 2009/02/24 04:51:03 930724 >+++ b/kdebase/workspace/plasma/shells/desktop/panelview.cpp 2009/03/03 23:39:55 934863 >@@ -203,6 +203,11 @@ > m_triggerEntered(false) > { > Q_ASSERT(qobject_cast<Plasma::Corona*>(panel->scene())); >+ >+ m_strutsTimer = new QTimer(this); >+ m_strutsTimer->setSingleShot(true); >+ connect(m_strutsTimer, SIGNAL(timeout()), this, SLOT(updateStruts())); >+ > if (panel) { > connect(panel, SIGNAL(destroyed(QObject*)), this, SLOT(panelDeleted())); > connect(panel, SIGNAL(toolBoxToggled()), this, SLOT(togglePanelController())); >@@ -248,10 +253,6 @@ > KWindowSystem::setOnAllDesktops(winId(), true); > > QTimer::singleShot(0, this, SLOT(init())); >- >- m_strutsTimer = new QTimer(this); >- m_strutsTimer->setSingleShot(true); >- connect(m_strutsTimer,SIGNAL(timeout()),this,SLOT(updateStruts())); > } > > PanelView::~PanelView()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261460
:
184319
| 184320