Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_profiles


Modified Files:
        e_int_config_profiles.c 


Log Message:
fixed seggi, changed window size for devilhorns

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_profiles/e_int_config_profiles.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_profiles.c     16 Jul 2007 00:45:58 -0000      1.1
+++ e_int_config_profiles.c     20 Jul 2007 23:58:02 -0000      1.2
@@ -212,7 +212,7 @@
 
    snprintf(buf, sizeof(buf), _("You requested to delete \"%s\".<br><br>"
                                "Are you sure you want to delete this 
profile?"),
-                                cfdata->sel_profile);
+                                d->cfdata->sel_profile);
    e_confirm_dialog_show(_("Are you sure you want to delete this profile?"), 
                           "enlightenment/exit", buf, NULL, NULL, 
_cb_dialog_yes, NULL, d, NULL, 
                            _cb_dialog_destroy, d);
@@ -247,7 +247,7 @@
 {
    E_Dialog *dia;
    Evas *evas;
-   Evas_Coord mw, mh;
+   Evas_Coord mh;
    Evas_Object *ol, *ob;
 
    dia = e_dialog_new(cfdata->cfd->con, "E", "profiles_new_profile_dialog");
@@ -268,8 +268,8 @@
    e_widget_table_object_append(ol, ob,
                                     1, 0, 1, 1,
                                     1, 1, 1, 1);
-   e_widget_min_size_get(ol, &mw, &mh);
-   e_dialog_content_set(dia, ol, mw, mh);
+   e_widget_min_size_get(ol, NULL, &mh);
+   e_dialog_content_set(dia, ol, 150, mh);
 
    e_dialog_button_add(dia, _("OK"), NULL, _new_profile_cb_ok, cfdata);
    e_dialog_button_add(dia, _("Cancel"), NULL, _new_profile_cb_close, cfdata);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to