From f5f9cfaaeb354071b1df889d67d2eb0a087fa415 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 26 Nov 2012 12:30:25 +0000 Subject: [PATCH] dont do anything on new/del signals. SVN revision: 79704 --- data/themes/edc/notification.edc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"; +// } } }