freebsd-ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_main.c
Ion-Mihai Tetcu e142b9dd26 Make it work with current version of enlightenment.
PR:		ports/99857
Submitted by:	maintainer
2006-07-06 22:00:19 +00:00

11 lines
439 B
C

--- src/module/e_mod_main.c.orig Thu Jul 6 23:28:34 2006
+++ src/module/e_mod_main.c Thu Jul 6 23:28:50 2006
@@ -48,7 +48,7 @@
char buf[4096];
snprintf(buf, sizeof(buf), _("Enlightenment %s Module - version " MODULE_VERSION), MODULE_NAME);
- e_module_dialog_show(buf, _(
+ e_module_dialog_show(m, buf, _(
#ifndef HAVE_ALL
"This module is part of dEvian module<br><br>"
#ifdef HAVE_PICTURE