[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Wed Aug 4 19:22:30 CEST 2004


CVS commit by rchern: 

Bug 86588


  M +5 -0      kstdatamanager_i.cpp   1.69


--- kdeextragear-2/kst/kst/kstdatamanager_i.cpp  #1.68:1.69
@@ -503,4 +503,9 @@ void KstDataManagerI::delete_I() {
 void KstDataManagerI::contextMenu(QListViewItem *i, const QPoint& p, int col) {
   Q_UNUSED(col)
+
+  if (!i) {
+    return;
+  }
+  
   KstObjectItem *koi = static_cast<KstObjectItem*>(i);
   KstBaseCurvePtr c;





More information about the Kst mailing list