Re: [E-devel] [PATCH] Enable Elementary to init e_dbus and efreet

2009-10-08 Thread The Rasterman
On Thu, 8 Oct 2009 10:58:33 +0200 Vincent Pomageot said: aah indeed #ifdef copy & paste poopie! fixed in svn! and yes - thats why i keep track of if it was initted - and if it was.. shut it down for the programmer on shutdown. init just needs to be optional due to the high costs of these inits (a

Re: [E-devel] [PATCH] Enable Elementary to init e_dbus and efreet

2009-10-08 Thread Vincent Pomageot
Ok ! Now I understand why the static bool _elm_need_e_d_bus is there :) You let the devs initialize what is optional but shut it down for them if they did. Nevertheless I should have been more precise in the description of my patch because it also corrected a small typo in _elm_unneed_efreet(): li

Re: [E-devel] [PATCH] Enable Elementary to init e_dbus and efreet

2009-10-07 Thread The Rasterman
On Thu, 8 Oct 2009 01:07:20 +0200 Vincent Pomageot said: > Hi, > > While playing whith Elementary I've spotted that e_dbus and efreet wasn't > initialized (elm_need_{e_dbus,efreet} not called in elm_init) > So here is my very first very little patch :) > elm_main.c |4 +++- > 1 file changed,

[E-devel] [PATCH] Enable Elementary to init e_dbus and efreet

2009-10-07 Thread Vincent Pomageot
Hi, While playing whith Elementary I've spotted that e_dbus and efreet wasn't initialized (elm_need_{e_dbus,efreet} not called in elm_init) So here is my very first very little patch :) elm_main.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Vincent Pomageot Index: src/lib/elm_m