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:
Reuse the content create function for initial dialog creation. (reduces
duplicate code)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_prop.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_int_border_prop.c 30 Nov 2006 10:42:14 -0000      1.9
+++ e_int_border_prop.c 30 Nov 2006 17:36:36 -0000      1.10
@@ -75,7 +75,9 @@
    e_dialog_title_set(dia, _("Window Properties"));
 
    _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);
@@ -86,6 +88,7 @@
    
    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);
@@ -361,7 +364,7 @@
    dia = data;
    if (!dia) return;
    type = (int)data2;
-   
+
    if (dia->content_object)
      evas_object_del(dia->content_object);
    



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