-rw-r--r-- | korganizer/koagendaitem.cpp | 1 | ||||
-rw-r--r-- | korganizer/koagendaitem.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp index 81681df..b416115 100644 --- a/korganizer/koagendaitem.cpp +++ b/korganizer/koagendaitem.cpp @@ -589,5 +589,4 @@ void KOAgendaItem::computeText() } } - if ( !mIncidence->location().isEmpty() ) { if ( mAllDay ) diff --git a/korganizer/koagendaitem.h b/korganizer/koagendaitem.h index 37d89a6..27ee720 100644 --- a/korganizer/koagendaitem.h +++ b/korganizer/koagendaitem.h @@ -110,5 +110,5 @@ class KOAgendaItem : public QWidget void initColor (); bool isAllDay() { return mAllDay; } - int resizeMe( int grid, int wid, int hei, bool invalidHei = false ); + int resizeMe( int grid, int wid, int hei, bool invalidWidth = false ); public slots: bool updateIcons( QPainter *, bool ); |