Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_desks.c e_int_config_display.c 


Log Message:
Window title change to fit configuration panel, reverse resolution order.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_desks.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_int_config_desks.c        15 Jan 2007 11:35:54 -0000      1.27
+++ e_int_config_desks.c        19 Jan 2007 03:57:09 -0000      1.28
@@ -53,7 +53,7 @@
    v->advanced.create_widgets = _advanced_create_widgets;
    /* create config diaolg for NULL object/data */
    cfd = e_config_dialog_new(con,
-                            _("Desktop Settings"),
+                            _("Virtual Desktops Settings"),
                            "E", "_config_desks_dialog",
                             "enlightenment/desktops", 0, v, NULL);
    return cfd;
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_display.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- e_int_config_display.c      15 Jan 2007 17:19:44 -0000      1.31
+++ e_int_config_display.c      19 Jan 2007 03:57:09 -0000      1.32
@@ -240,7 +240,7 @@
    v->override_auto_apply = 1;
    
    cfd = e_config_dialog_new(con,
-                            _("Display Settings"),
+                            _("Screen Resolution Settings"),
                            "E", "_config_display_dialog",
                             "enlightenment/screen_resolution", 0, v, NULL);
    return cfd;
@@ -451,6 +451,7 @@
        /* Sort the list */
        cfdata->resolutions = evas_list_sort(cfdata->resolutions, 
              evas_list_count(cfdata->resolutions), _sort_resolutions);
+       cfdata->resolutions = evas_list_reverse(cfdata->resolutions);
 
        evas_event_freeze(evas_object_evas_get(ol));
        edje_freeze();



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