diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
commit | ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442 (patch) | |
tree | 1bf12eadb5a7920766bf7a613174c0475b810d0d /x11/e17-module-weather/files/patch-e_mod_main.c | |
parent | - Update to 1.5.2 (diff) |
- Move to LOCALBASE
- Use new EFL framework
- Update all e17 ports to the lates stable cvs snapshot
- Add additional knobs/options to ports makefiles to control the
feature set
- Add a bunch of new e17 applications/libraries
- Minor improvements/modification.
Approved by: vanilla (old maintainer), sem (mentor)
Notes
Notes:
svn path=/head/; revision=174934
Diffstat (limited to 'x11/e17-module-weather/files/patch-e_mod_main.c')
-rw-r--r-- | x11/e17-module-weather/files/patch-e_mod_main.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/e17-module-weather/files/patch-e_mod_main.c b/x11/e17-module-weather/files/patch-e_mod_main.c deleted file mode 100644 index 64cfef8a20e0..000000000000 --- a/x11/e17-module-weather/files/patch-e_mod_main.c +++ /dev/null @@ -1,12 +0,0 @@ ---- e_mod_main.c.orig Thu Jul 6 23:05:04 2006 -+++ e_mod_main.c Thu Jul 6 23:05:19 2006 -@@ -354,7 +354,8 @@ - EAPI int - e_modapi_about(E_Module *m) - { -- e_module_dialog_show(D_("Enlightenment Weather Module"), D_("A weather forecast module for Enlightenment")); -+ e_module_dialog_show(m, D_("Enlightenment Weather Module"), -+ D_("A weather forecast module for Enlightenment")); - return 1; - } - |