On Fri, 2005-07-08 at 02:05 +0500, Boldin Pavel wrote:
> Examine patch for new ewl_entry realization.
>
Is your patch backwards?
--- e17/apps/examine/src/examine_client.c
+++ /home/davinchi/downloaded/e17/apps/examine/src/examine_client.c
@@ -520,7 +520,7 @@ examine_client_get_val_cb(void)
default: /* PT_STR, PT_RGB */
prop->value.ptr = strdup(ret);
prop->oldvalue.ptr = strdup(ret);
- ewl_text_text_set(EWL_TEXT(prop->w), ret);
+ ewl_entry_text_set(EWL_ENTRY(prop->w), ret);
}
}
I think we want to change TO ewl_text_text_set(), not from it.
It looks like e17/apps/examine/src/examine_client.c is your new code but
you put it in your diff argument backwards. should be "diff <old-file>
<new-file>".
Usually you can just go to the directory "e17/apps/examine/src/" and run
"cvs -z3 diff -u > <patch>". this will do a diff against CVS.
-shorne
--
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel