diff options
| author | Nicole Vreden <damba@mecka.net> | 2010-01-06 22:05:04 +0100 |
|---|---|---|
| committer | Nicole Vreden <damba@mecka.net> | 2010-01-06 22:05:04 +0100 |
| commit | 1360fc510616ca96e5de6ebe7c17a697a288e84e (patch) | |
| tree | a8c06398844d4466bad8003488292e2e21d63bdd /src | |
| parent | 62fa1e3146b9b3201dd04fd929576b7aa268fa70 (diff) | |
Python-EFL-GUI: changed behaviour of Play-Button
- if Play-Button is clicked, the video starts and the searchframe, medialist
and playlist disappear
Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'src')
| -rw-r--r-- | src/YalpClients/EflClient/yalp_gui.edc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc index 3ad1132..84631db 100644 --- a/src/YalpClients/EflClient/yalp_gui.edc +++ b/src/YalpClients/EflClient/yalp_gui.edc @@ -360,7 +360,7 @@ collections program { name: "hide_searchframe"; - source: "searchframe"; + source: "playlist_buttonframe"; signal: "mouse,clicked,1"; action: STATE_SET "default" 1.0; target: "searchframe"; |
