diff options
author | rephorm <rephorm> | 2006-08-22 07:39:11 +0000 |
---|---|---|
committer | rephorm <rephorm@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2006-08-22 07:39:11 +0000 |
commit | a5c71890d4930286458ab7da4f8ee19efd5013e6 (patch) | |
tree | 09b12a69a38a451dd71f4ca883515e23047f5df1 /src/bin/e_manager.c | |
parent | 49c524e4c7b6dd3ae0786bef964fef167926f580 (diff) | |
download | enlightenment-a5c71890d4930286458ab7da4f8ee19efd5013e6.tar.gz |
****** MAJOR THEME REWORKING -- BREAKAGE *********
Almost every signal and required part name has changed. This means that ALL themes other than the default one are now broken. Sorry, but this had to happen.
I have a list of mappings from old to new at http://rephorm.com/files/dump/e_theme_map.txt
There will probably be a little more cleanup on this in the coming days. Then I'll write it all up in a nice theme spec.
SVN revision: 25033
Diffstat (limited to 'src/bin/e_manager.c')
-rw-r--r-- | src/bin/e_manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_manager.c b/src/bin/e_manager.c index 98f2d42fc1..6a1f738c77 100644 --- a/src/bin/e_manager.c +++ b/src/bin/e_manager.c @@ -669,7 +669,7 @@ _e_manager_cb_frame_extents_request(void *data, int ev_type __UNUSED__, void *ev if ((maximized == 2) && (e_config->maximize_policy == E_MAXIMIZE_FULLSCREEN)) { - signal = "maximize,fullscreen"; + signal = "e,action,maximize,fullscreen"; key = "maximize,fullscreen"; } free(state); @@ -693,7 +693,7 @@ _e_manager_cb_frame_extents_request(void *data, int ev_type __UNUSED__, void *ev if (signal) { - edje_object_signal_emit(o, signal, ""); + edje_object_signal_emit(o, signal, "e"); edje_object_message_signal_process(o); } |