From 7e04934c4b7b9f8ad0d74d2da1c7c1273d9fe1d4 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 14 Mar 2003 08:20:59 +0000 Subject: Do not crash when trying to edit and there is no data --- (limited to 'core/pim/todo/tableview.cpp') diff --git a/core/pim/todo/tableview.cpp b/core/pim/todo/tableview.cpp index ae27fab..d9cda09 100644 --- a/core/pim/todo/tableview.cpp +++ b/core/pim/todo/tableview.cpp @@ -143,6 +143,7 @@ QString TableView::type() const { return QString::fromLatin1( tr("Table View") ); } int TableView::current() { + if (numRows() == 0 ) return 1; int uid = sorted().uidAt(currentRow() ); return uid; -- cgit v0.9.0.2