[Pkg-telepathy-commits] [empathy] 01/01: debian/patches/fix-missing-date-icons.patch: Fix missing date icons in chat history window use x-office-calendar icon instead

Laurent Bigonville bigon at moszumanska.debian.org
Mon Dec 5 16:35:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

bigon pushed a commit to branch debian
in repository empathy.

commit 19d1f25222fd8cac30b6e8f46e31e46fa21a6db6
Author: Laurent Bigonville <bigon at debian.org>
Date:   Mon Dec 5 17:33:52 2016 +0100

    debian/patches/fix-missing-date-icons.patch: Fix missing date icons in chat history window use x-office-calendar icon instead
---
 debian/changelog                            |  7 +++++++
 debian/patches/fix-missing-date-icons.patch | 23 +++++++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f847ebe..540bdce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+empathy (3.12.12-4) UNRELEASED; urgency=medium
+
+  * debian/patches/fix-missing-date-icons.patch: Fix missing date icons in
+    chat history window use x-office-calendar icon instead
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 05 Dec 2016 17:33:33 +0100
+
 empathy (3.12.12-3) unstable; urgency=medium
 
   [ Jonny Lamb ]
diff --git a/debian/patches/fix-missing-date-icons.patch b/debian/patches/fix-missing-date-icons.patch
new file mode 100644
index 0000000..bcbeff3
--- /dev/null
+++ b/debian/patches/fix-missing-date-icons.patch
@@ -0,0 +1,23 @@
+commit 5dc16e2a2c1d3f6fcbe318c1c67a3b02dc58f6c0
+Author: Hussam Al-Tayeb <me at hussam.eu.org>
+Date:   Thu Oct 22 16:25:00 2015 -0500
+
+    Fix missing date icons in chat history window
+    
+    use x-office-calendar icon instead
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=756990
+
+diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
+index d58de82e4..b3a66e7d1 100644
+--- a/libempathy-gtk/empathy-log-window.c
++++ b/libempathy-gtk/empathy-log-window.c
+@@ -204,7 +204,7 @@ enum
+   COL_EVENTS_COUNT
+ };
+ 
+-#define CALENDAR_ICON "stock_calendar"
++#define CALENDAR_ICON "x-office-calendar"
+ 
+ /* Seconds between two messages to be considered one conversation */
+ #define MAX_GAP 30*60
diff --git a/debian/patches/series b/debian/patches/series
index 2e16bd2..3766d12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 clutter-gst-3.0.patch
+fix-missing-date-icons.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/empathy.git



More information about the Pkg-telepathy-commits mailing list