Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_dpms.c 


Log Message:
No need to set resizable to 0 explicitly as all config dialogs are
non-resizable by default unless told otherwise.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_dpms.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_int_config_dpms.c 11 Mar 2007 05:54:07 -0000      1.4
+++ e_int_config_dpms.c 12 Mar 2007 15:41:54 -0000      1.5
@@ -46,9 +46,10 @@
    if (ecore_x_dpms_capable_get()) return 1;
    
    if (dpms_dialog) e_object_del(E_OBJECT(dpms_dialog));
-   dpms_dialog = 
e_dialog_new(e_container_current_get(e_manager_current_get()), "E", 
"_dpms_dialog");
+   dpms_dialog = 
e_dialog_new(e_container_current_get(e_manager_current_get()), 
+                             "E", "_dpms_dialog");
    if (!dpms_dialog) return 0;
-      
+
    e_dialog_title_set(dpms_dialog, _("Display Power Management Signaling"));
    e_dialog_text_set(dpms_dialog, _("The current display server does not <br>"
                                    "have the DPMS extension."));
@@ -186,8 +187,6 @@
    e_widget_framelist_object_append(of, ob);
 
    e_widget_list_object_append(o, of, 1, 1, 0.5);
-   
-   e_dialog_resizable_set(cfd->dia, 0);
    return o;   
 }
 



-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to