aboutsummaryrefslogtreecommitdiff
path: root/x11/e17-module-moon/files/patch-src__e_mod_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/e17-module-moon/files/patch-src__e_mod_main.c')
-rw-r--r--x11/e17-module-moon/files/patch-src__e_mod_main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/e17-module-moon/files/patch-src__e_mod_main.c b/x11/e17-module-moon/files/patch-src__e_mod_main.c
deleted file mode 100644
index 1b64751d1dbd..000000000000
--- a/x11/e17-module-moon/files/patch-src__e_mod_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/e_mod_main.c.orig Sat Jun 3 12:35:27 2006
-+++ src/e_mod_main.c Thu Jul 6 23:01:10 2006
-@@ -124,7 +124,7 @@
-
- snprintf(title, sizeof(title), "%s %s", D_("Moon Clock Module"),
- PACKAGE_VERSION);
-- e_module_dialog_show(title,
-+ e_module_dialog_show(module, title,
- D_("Display current phase of the moon ala e16 E-MoonClock"));
- return 1;
- }