Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_borders.c 


Log Message:
Remove the border->border_dialog checks..this is handled in e_border.c
actually.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_borders.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_int_config_borders.c      30 Nov 2006 17:39:21 -0000      1.9
+++ e_int_config_borders.c      1 Dec 2006 14:59:21 -0000       1.10
@@ -37,16 +37,6 @@
 {
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
-
-   cfd = e_config_dialog_get("E", "_config_border_border_style_dialog");
-   if (cfd) 
-     {
-       E_Border *bd2;
-       
-       bd2 = cfd->data;
-       if (!e_util_strcmp(e_border_name_get(bd2), e_border_name_get(bd)))
-         return NULL;
-     }
    
    v = _config_view_new();
    if (!v) return NULL;



-------------------------------------------------------------------------
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-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to