Brian 'morlenxus' Miculcy wrote:
> Hi guys,
> 
> the attached patch allows to disable confirmation dialogs.
> For example you want to shutdown or hibernate your computer, you first
> need to accept the warning. This patch adds an option to the config
> panel advanced->dialogs which allows to disable that.
> People where asking for it, since my kill dialog patch went in.
> 
> Greets,
> Brian 'morlenxus' Miculcy
> 
> 
Brian,

There is a problem with this patch. You never set the e_config file 
generation for when a new config variable gets added, nor the IFCFG block:

Example:

e_config.h:
    #define E_CONFIG_FILE_GENERATION 0x0111

e_config.c:
    IFCFG(0x0111);
    e_config->clientlist_include_all_zones = 0;
    IFCFGEND;


dh


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to