fix break that stopped notificationsf rom sliding.

SVN revision: 72560
This commit is contained in:
Carsten Haitzler 2012-06-21 03:53:15 +00:00
parent 2d46242015
commit 076ed84816
1 changed files with 8 additions and 131 deletions

View File

@ -90,26 +90,13 @@ group { name: "elm/notify/top/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }
@ -152,25 +139,6 @@ group { name: "elm/notify/center/default";
} }
} }
} }
programs {
program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "default" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
}
program { name: "hide";
signal: "elm,action,hide";
source: "elm";
action: STATE_SET "default" 0.0;
target: "base";
}
}
} }
group { name: "elm/notify/bottom/default"; group { name: "elm/notify/bottom/default";
//this group is a design similar to the inwin group //this group is a design similar to the inwin group
@ -245,26 +213,13 @@ group { name: "elm/notify/bottom/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }
@ -343,26 +298,13 @@ group { name: "elm/notify/left/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }
@ -441,26 +383,13 @@ group { name: "elm/notify/right/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }
@ -539,26 +468,13 @@ group { name: "elm/notify/top_left/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }
@ -637,26 +553,13 @@ group { name: "elm/notify/top_right/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }
@ -735,26 +638,13 @@ group { name: "elm/notify/bottom_left/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }
@ -833,26 +723,13 @@ group { name: "elm/notify/bottom_right/default";
} }
programs { programs {
program { name: "show"; program { name: "show";
signal: "elm,action,show";
source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
}
program { name: "show_2";
signal: "show";
action: STATE_SET "default" 0.0;
target: "base";
after: "show_3";
}
program { name: "show_3";
signal: "show"; signal: "show";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "base"; target: "base";
transition: LINEAR 0.5; transition: LINEAR 0.5;
} }
program { name: "hide"; program { name: "hide";
signal: "elm,action,hide"; signal: "hide";
source: "elm";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
} }