ToastFreeware
/
toast
/
confclerk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b667db5
)
'alarm' button is hidden for not MAEMO
author
pavelpa
<pavelpa@localhost>
Wed, 27 Jan 2010 17:26:00 +0000
(17:26 +0000)
committer
pavelpa
<pavelpa@localhost>
Wed, 27 Jan 2010 17:26:00 +0000
(17:26 +0000)
src/gui/eventdialog.cpp
patch
|
blob
|
history
diff --git
a/src/gui/eventdialog.cpp
b/src/gui/eventdialog.cpp
index bf06f36805a1ae333b69a0df38802f6f741bf95a..be98e2981276d33881d39d52658476a0f2302282 100644
(file)
--- 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());