From: pavelpa Date: Wed, 27 Jan 2010 17:26:00 +0000 (+0000) Subject: 'alarm' button is hidden for not MAEMO X-Git-Tag: 0.5.0~170 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/bc880434d3a284a8c9bd916c90c81a423e6d2243 'alarm' button is hidden for not MAEMO --- diff --git a/src/gui/eventdialog.cpp b/src/gui/eventdialog.cpp index bf06f36..be98e29 100644 --- a/src/gui/eventdialog.cpp +++ b/src/gui/eventdialog.cpp @@ -15,6 +15,8 @@ EventDialog::EventDialog(const int &aEventId, QWidget *aParent) #ifdef MAEMO showFullScreen(); +#else + alarmButton->hide(); #endif Event event = Event::getById(mEventId,Conference::activeConference());