diff --git a/data/themes/edc/notification.edc b/data/themes/edc/notification.edc index 86910f3b4..57059e4d8 100644 --- a/data/themes/edc/notification.edc +++ b/data/themes/edc/notification.edc @@ -176,11 +176,11 @@ group { name: "e/modules/notification/main"; signal: "mouse,clicked,1"; source: "base"; action: SIGNAL_EMIT "notification,find" "theme"; } - program { - signal: "notification,new"; source: "notification"; - } - program { - signal: "notification,del"; source: "notification"; - } +// program { +// signal: "notification,new"; source: "notification"; +// } +// program { +// signal: "notification,del"; source: "notification"; +// } } }