- if we are in gadman edit mode and we enable a module, the module wasn't in

edit mode. This puts the module into edit mode if required on load.


SVN revision: 14100
This commit is contained in:
Dan Sinclair 2005-04-05 03:13:08 +00:00 committed by Dan Sinclair
parent 20d4d3af51
commit 0fed767358
1 changed files with 3 additions and 0 deletions

View File

@ -266,6 +266,9 @@ e_gadman_client_load(E_Gadman_Client *gmc)
if (!e_object_del_get(E_OBJECT(gmc)))
_e_gadman_client_callback_call(gmc, E_GADMAN_CHANGE_MOVE_RESIZE);
e_object_unref(E_OBJECT(gmc));
if (gmc->gadman->mode == E_GADMAN_MODE_EDIT)
_e_gadman_client_edit_begin(gmc);
}
void