dont do anything on new/del signals.

SVN revision: 79704
This commit is contained in:
Carsten Haitzler 2012-11-26 12:30:25 +00:00
parent 17cad99109
commit f5f9cfaaeb
1 changed files with 6 additions and 6 deletions

View File

@ -176,11 +176,11 @@ group { name: "e/modules/notification/main";
signal: "mouse,clicked,1"; source: "base"; signal: "mouse,clicked,1"; source: "base";
action: SIGNAL_EMIT "notification,find" "theme"; action: SIGNAL_EMIT "notification,find" "theme";
} }
program { // program {
signal: "notification,new"; source: "notification"; // signal: "notification,new"; source: "notification";
} // }
program { // program {
signal: "notification,del"; source: "notification"; // signal: "notification,del"; source: "notification";
} // }
} }
} }