[multibuttonentry]Rollback before added end button
authorGoun Lee <gouni.lee@samsung.com>
Wed, 12 Oct 2011 11:36:55 +0000 (20:36 +0900)
committerGoun Lee <gouni.lee@samsung.com>
Wed, 12 Oct 2011 11:36:55 +0000 (20:36 +0900)
themes/groups/multibuttonentry.edc

index d899060..9c50fbc 100644 (file)
          image: "00_mbe_btn_circle_bg_press.png" COMP;
          image: "00_mbe_btn_expand_closed.png" COMP;
          image: "00_mbe_btn_expand_closed_press.png" COMP;
-         image: "00_mbe_btn_expand_opened.png" COMP;
       }
       data.item: "closed_button_height" MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE;
       data.item: "closed_button_width" MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE;
                inherit: "default" 0.0;
                image.normal: "00_mbe_btn_circle_bg_press.png";
             }
-            description {
-               state: "closed" 0.0;
-               inherit: "default" 0.0;
-               image.normal: "00_mbe_btn_circle_bg_normal.png";
-            }
          }
          part {
             name: "closed_button";
                align: 0.5 0.5;
                min: MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE;
                visible: 1;
-               image.normal: "00_mbe_btn_expand_opened.png";
+               image.normal: "00_mbe_btn_expand_closed.png";
                rel1 { relative: 0.0 0.0; }
                rel2 { relative: 1.0 1.0; }
             }
                inherit: "default" 0.0;
                image.normal: "00_mbe_btn_expand_closed_press.png";
             }
-            description {
-               state: "closed" 0.0;
-               inherit: "default" 0.0;
-               image.normal: "00_mbe_btn_expand_closed.png";
-            }
          }
       }
 
             target: "closed_button_bg";
             target: "closed_button";
          }
-         program {
-            name: "closed";
-            signal: "closed";
-            action: STATE_SET "closed" 0.0;
-            target: "closed_button_bg";
-            target: "closed_button";
-         }
       }
    }