aboutsummaryrefslogtreecommitdiff
path: root/x11/e17-module-mem/files/patch-e_mod_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/e17-module-mem/files/patch-e_mod_main.c')
-rw-r--r--x11/e17-module-mem/files/patch-e_mod_main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/e17-module-mem/files/patch-e_mod_main.c b/x11/e17-module-mem/files/patch-e_mod_main.c
deleted file mode 100644
index 045b3ea456f8..000000000000
--- a/x11/e17-module-mem/files/patch-e_mod_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- e_mod_main.c.orig Thu Jul 6 22:43:05 2006
-+++ e_mod_main.c Thu Jul 6 22:43:18 2006
-@@ -339,7 +339,7 @@
- EAPI int
- e_modapi_about(E_Module *m)
- {
-- e_module_dialog_show(D_("Enlightenment Mem Monitor Module"),
-+ e_module_dialog_show(m, D_("Enlightenment Mem Monitor Module"),
- D_("This module is used to monitor memory."));
- return 1;
- }