1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11-wm/e17-module-mem/files/patch-e_mod_main.c
Ion-Mihai Tetcu 5482c343bc Make it work with recent snapshot of enlightenment.
PR:		ports/99853
Submitted by:	maintainer
2006-07-06 21:26:46 +00:00

12 lines
358 B
C

--- 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;
}