enable iconify in default theme

SVN revision: 12535
This commit is contained in:
rephorm 2004-12-21 03:03:23 +00:00 committed by rephorm
parent ffa31f9262
commit 5f089ef6b2
1 changed files with 6 additions and 0 deletions

View File

@ -1606,6 +1606,12 @@ collections {
source: "button_1";
action: SIGNAL_EMIT "action" "maximize";
}
program {
name: "iconify_action";
signal: "mouse,clicked,1";
source: "button_2";
action: SIGNAL_EMIT "action" "iconify";
}
program {
name: "shade_action";
signal: "mouse,down,1,double";