[kopete-bugs] [Bug 237608] kopete crash when i take files in dolphin, dolphin also crash!!
Nicolas Lécureuil
nlecureuil at mandriva.com
Thu Jun 17 13:42:10 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=237608
Nicolas Lécureuil <nlecureuil at mandriva.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nlecureuil at mandriva.com
--- Comment #3 from Nicolas Lécureuil <nlecureuil mandriva com> 2010-06-17 13:42:06 ---
what about :
Index: kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp
===================================================================
--- kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp (révision
1104288)
+++ kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp (copie de
travail)
@@ -632,7 +632,7 @@
void KopeteChatWindow::testCanDecode(const QDragMoveEvent *event, bool
&accept)
{
- if (chatViewList[static_cast<KTabBar*>(m_tabBar->childAt(
event->pos()))->selectTab( event->pos() )]->isDragEventAccepted( event )) {
+ if (m_tabBar && chatViewList[static_cast<KTabBar*>(m_tabBar->childAt(
event->pos()))->selectTab( event->pos() )]->isDragEventAccepted( event )) {
accept = true;
} else {
accept = false;
--
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 kopete-bugs
mailing list