aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/10_use_notify_osd_icons.patch
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-23 03:58:36 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-09 00:03:39 +0800
commitf51b7cd067921da3d8f80986eff3cc2d67e8674c (patch)
treebad048d9bdc66b457d91ffce7990e3ac86a97fb6 /debian/patches/10_use_notify_osd_icons.patch
parent14c784281eca531135cc07009fb6d4a463d04ac2 (diff)
downloadgsoc2013-empathy-f51b7cd067921da3d8f80986eff3cc2d67e8674c.tar
gsoc2013-empathy-f51b7cd067921da3d8f80986eff3cc2d67e8674c.tar.gz
gsoc2013-empathy-f51b7cd067921da3d8f80986eff3cc2d67e8674c.tar.bz2
gsoc2013-empathy-f51b7cd067921da3d8f80986eff3cc2d67e8674c.tar.lz
gsoc2013-empathy-f51b7cd067921da3d8f80986eff3cc2d67e8674c.tar.xz
gsoc2013-empathy-f51b7cd067921da3d8f80986eff3cc2d67e8674c.tar.zst
gsoc2013-empathy-f51b7cd067921da3d8f80986eff3cc2d67e8674c.zip
Add packaging
Diffstat (limited to 'debian/patches/10_use_notify_osd_icons.patch')
-rw-r--r--debian/patches/10_use_notify_osd_icons.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/10_use_notify_osd_icons.patch b/debian/patches/10_use_notify_osd_icons.patch
new file mode 100644
index 000000000..09f3c7d05
--- /dev/null
+++ b/debian/patches/10_use_notify_osd_icons.patch
@@ -0,0 +1,21 @@
+Description: Use the notify-osd image for new messages
+Bug: https://bugs.edge.launchpad.net/ubuntu/karmic/+source/empathy/+bug/409828
+
+From 18170177bf037f682438ddcb93b8682563db7c64 Mon Sep 17 00:00:00 2001
+From: Robert Ancell <robert.ancell@canonical.com>
+Date: Thu, 17 Sep 2009 17:42:26 +1000
+Subject: [PATCH] Use the notify-osd image for new messages
+
+Index: empathy-2.31.3/libempathy-gtk/empathy-images.h
+===================================================================
+--- empathy-2.31.3.orig/libempathy-gtk/empathy-images.h 2010-06-18 12:19:59.454507811 +1000
++++ empathy-2.31.3/libempathy-gtk/empathy-images.h 2010-06-18 12:20:06.804510537 +1000
+@@ -36,7 +36,7 @@
+ #define EMPATHY_IMAGE_PENDING "empathy-pending"
+
+ #define EMPATHY_IMAGE_MESSAGE "im-message"
+-#define EMPATHY_IMAGE_NEW_MESSAGE "im-message-new"
++#define EMPATHY_IMAGE_NEW_MESSAGE "notification-message-im"
+ #define EMPATHY_IMAGE_TYPING "user-typing"
+ #define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info"
+ #define EMPATHY_IMAGE_GROUP_MESSAGE "system-users"