summaryrefslogtreecommitdiff
path: root/net-im/kf/files/patch-src-emoticons.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/kf/files/patch-src-emoticons.c')
-rw-r--r--net-im/kf/files/patch-src-emoticons.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-im/kf/files/patch-src-emoticons.c b/net-im/kf/files/patch-src-emoticons.c
deleted file mode 100644
index 5e3a66248883..000000000000
--- a/net-im/kf/files/patch-src-emoticons.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/emoticons.c.orig Thu Dec 16 22:50:31 2004
-+++ src/emoticons.c Thu Dec 16 22:51:27 2004
-@@ -347,9 +347,9 @@
- gchar *caption; /* Should be enough... */
-
- if (kf_preferences_get_int ("chatShowStamps")) {
-+ gchar *sstamp;
- struct tm *stime;
- stime = localtime ((time_t *) &stamp);
-- gchar *sstamp;
-
- gtk_text_buffer_get_end_iter (buffer, &iter);
- if (stamp < time (NULL) - 3600 * 24) {