From e011ace92e07174effca53b7dde20b9a5b695af0 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 22 Aug 2005 16:30:29 +0000 Subject: fix --- (limited to 'korganizer') diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp index 81681df..b416115 100644 --- a/korganizer/koagendaitem.cpp +++ b/korganizer/koagendaitem.cpp @@ -588,7 +588,6 @@ void KOAgendaItem::computeText() } } } - if ( !mIncidence->location().isEmpty() ) { if ( mAllDay ) mDisplayedText += " ("; diff --git a/korganizer/koagendaitem.h b/korganizer/koagendaitem.h index 37d89a6..27ee720 100644 --- a/korganizer/koagendaitem.h +++ b/korganizer/koagendaitem.h @@ -109,7 +109,7 @@ class KOAgendaItem : public QWidget bool checkLayout(); 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 ); void select(bool=true); -- cgit v0.9.0.2