Enlightenment CVS committal

Author  : sndev
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_desklock.c 


Log Message:

Just improving of the GUI by putting headers into the list of backrounds.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_int_config_desklock.c     13 May 2006 03:04:35 -0000      1.15
+++ e_int_config_desklock.c     20 May 2006 09:39:30 -0000      1.16
@@ -678,6 +678,7 @@
   f1 = e_theme_edje_file_get("base/theme/desklock", "desklock/background");
   c = strdup(f1);
 
+  e_widget_ilist_header_append(cfdata->gui.bg_list, NULL, ("Theme 
Backgrounds"));
   if (edje_object_file_set(o, f1, "desklock/background"))
     {
       if (!e_thumb_exists(c))
@@ -686,7 +687,8 @@
       else
        ic = e_thumb_evas_object_get(c, cfdata->evas, BG_LIST_ICON_SIZE_W, 
BG_LIST_ICON_SIZE_H, 1);
 
-      e_widget_ilist_append(cfdata->gui.bg_list, ic, _("Theme DeskLock 
Background"),
+
+      e_widget_ilist_append(cfdata->gui.bg_list, ic, _("Theme Desklock 
Background"),
                            _ibg_list_cb_bg_selected, cfdata, 
DEF_DESKLOCK_BACKGROUND);
     }
 
@@ -734,7 +736,8 @@
   evas_object_del(o);
   ecore_evas_free(eebuf);
   free(c);
-
+ 
+  e_widget_ilist_header_append(cfdata->gui.bg_list, NULL, _("Personal"));
   bg_dirs = e_path_dir_list_get(path_backgrounds);
   for (bg = bg_dirs; bg; bg = bg->next)
     {




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to