Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_border_prop.c 


Log Message:
Remove commented block.
Add missing check for existing dialog.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_prop.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_int_border_prop.c 30 Nov 2006 17:36:36 -0000      1.10
+++ e_int_border_prop.c 30 Nov 2006 18:01:29 -0000      1.11
@@ -69,6 +69,8 @@
    E_Dialog *dia;
    Evas_Object *o, *ob;
    Evas_Coord w, h;
+
+   if (bd->border_prop_dialog) return;
    
    dia = e_dialog_new(bd->zone->container, "E", "_window_props");
    e_object_del_attach_func_set(E_OBJECT(dia), _bd_cb_dialog_del);
@@ -77,18 +79,6 @@
    _create_data(dia, bd);
 
    _bd_go(dia, (void *)0);
-/*   
-   o = e_widget_list_add(e_win_evas_get(dia->win), 0, 0);
-   ob = _bd_icccm_create(dia, NULL);
-   e_widget_list_object_append(o, ob, 1, 1, 0.0);
-   
-   ob = e_widget_button_add(e_win_evas_get(dia->win), _("NetWM"), 
"widget/new_dialog",
-                           _bd_go, dia, (void *)1);
-   e_widget_list_object_append(o, ob, 0, 0, 1.0);
-   
-   e_widget_min_size_get(o, &w, &h);
-   e_dialog_content_set(dia, o, w, h);
-*/
    
    e_dialog_button_add(dia, _("Close"), NULL, _bd_cb_dialog_close, dia);
    e_win_centered_set(dia->win, 1);



-------------------------------------------------------------------------
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