Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/enhance

Dir     : e17/libs/enhance/src/lib


Modified Files:
        enhance.c 


Log Message:
Fixed a little copy/paste error.

===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- enhance.c   28 Jul 2007 11:41:54 -0000      1.41
+++ enhance.c   28 Jul 2007 17:13:21 -0000      1.42
@@ -979,7 +979,7 @@
             if (!strcmp("x_options", str))
               packing->x_options = strdup("");
             if (!strcmp("y_options", str))
-              packing->x_options = strdup("");
+              packing->y_options = strdup("");
          }
      }
    while((tag = exml_next_nomove(xml)) != NULL);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to