Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_config.c 


Log Message:
* Added start of etk location add dialog.  This does not quite work yet, but 
the core logic is there.

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_config.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entropy_config.c    22 Feb 2006 14:25:54 -0000      1.5
+++ entropy_config.c    23 Feb 2006 23:29:49 -0000      1.6
@@ -149,3 +149,17 @@
 
   return ret;
 }
+
+void
+entropy_config_standard_structures_add (entropy_gui_component_instance *
+                                      instance, char *name, char *uri)
+{
+  char *current_uri =
+    entropy_config_str_get ("layout_ewl_simple", "structure_bar");
+  char new_uri[HEADER_CONFIG_MAX];
+
+  snprintf (new_uri, HEADER_CONFIG_MAX, "%s|%s;%s", current_uri, name, uri);
+  entropy_config_str_set ("layout_ewl_simple", "structure_bar", new_uri);
+
+  entropy_free (current_uri);
+}




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to