summaryrefslogtreecommitdiffstats
path: root/deskutils/logjam/files
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/logjam/files')
-rw-r--r--deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c15
-rw-r--r--deskutils/logjam/files/patch-src-get_cmd_out.c10
-rw-r--r--deskutils/logjam/files/patch-src-menu.c10
3 files changed, 0 insertions, 35 deletions
diff --git a/deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c b/deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c
deleted file mode 100644
index c81d0ed04..000000000
--- a/deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- protocol/liblivejournal/livejournal/entry.c.orig Thu Aug 17 01:40:10 2006
-+++ protocol/liblivejournal/livejournal/entry.c Thu Aug 17 01:45:24 2006
-@@ -610,6 +610,12 @@
- else if (g_ascii_strcasecmp(key, "time") == 0) {
- if (entry) lj_ljdate_to_tm(val, &entry->time);
- }
-+ else if (g_ascii_strcasecmp(key, "backdated") == 0) {
-+ if (entry && val[0]) {
-+ if (g_ascii_strcasecmp(val, "yes") == 0)
-+ entry->backdated = TRUE;
-+ }
-+ }
- else return FALSE;
-
- return TRUE;
diff --git a/deskutils/logjam/files/patch-src-get_cmd_out.c b/deskutils/logjam/files/patch-src-get_cmd_out.c
deleted file mode 100644
index 161746150..000000000
--- a/deskutils/logjam/files/patch-src-get_cmd_out.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/get_cmd_out.c.orig Sun Jun 5 22:09:21 2005
-+++ src/get_cmd_out.c Sun Jun 5 22:09:38 2005
-@@ -11,6 +11,7 @@
- #include <stdio.h>
- #include <unistd.h>
- #include <errno.h>
-+#include <signal.h>
- #include <sys/types.h>
- #include <sys/wait.h>
- #include "util.h"
diff --git a/deskutils/logjam/files/patch-src-menu.c b/deskutils/logjam/files/patch-src-menu.c
deleted file mode 100644
index 14f2e328f..000000000
--- a/deskutils/logjam/files/patch-src-menu.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/menu.c.orig Mon Oct 24 00:11:08 2005
-+++ src/menu.c Thu Aug 17 02:01:02 2006
-@@ -408,7 +408,7 @@
- 0, NULL },
- { "/Insert/---", NULL, NULL, 0, "<Separator>" },
- { N_("/Insert/_Link..."), "<ctl>L", menu_make_link },
--{ N_("/Insert/_Image..."), NULL, menu_insert_image },
-+{ N_("/Insert/_Image..."), "<ctl><alt>P", menu_insert_image },
- { N_("/Insert/_Journal Link..."), "<ctl><alt>L", menu_make_journal_link },
- { N_("/Insert/lj-_cut..."), "<ctl><alt>X", menu_ljcut, 0, NULL },