From 0fed7673586de2e95b2977a0b7460fa2e6b5b975 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 5 Apr 2005 03:13:08 +0000 Subject: [PATCH] - 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 --- src/bin/e_gadman.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_gadman.c b/src/bin/e_gadman.c index 17388f0dd..e2ed9d9b2 100644 --- a/src/bin/e_gadman.c +++ b/src/bin/e_gadman.c @@ -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