fix break that stopped notificationsf rom sliding.
authorCarsten Haitzler <raster@rasterman.com>
Thu, 21 Jun 2012 03:53:15 +0000 (03:53 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 21 Jun 2012 03:53:15 +0000 (03:53 +0000)
SVN revision: 72560

data/themes/widgets/notify.edc

index 429696d..32bdd54 100644 (file)
@@ -90,26 +90,13 @@ group { name: "elm/notify/top/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          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";
      //this group is a design similar to the inwin group
@@ -245,26 +213,13 @@ group { name: "elm/notify/bottom/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -343,26 +298,13 @@ group { name: "elm/notify/left/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -441,26 +383,13 @@ group { name: "elm/notify/right/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -539,26 +468,13 @@ group { name: "elm/notify/top_left/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -637,26 +553,13 @@ group { name: "elm/notify/top_right/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -735,26 +638,13 @@ group { name: "elm/notify/bottom_left/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -833,26 +723,13 @@ group { name: "elm/notify/bottom_right/default";
    }
    programs {
       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";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }