~ubuntu-branches/ubuntu/karmic/empathy/karmic

« back to all changes in this revision

Viewing changes to debian/patches/10_use_notify_osd_icons.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine, Ken VanDine, Robert Ancell
  • Date: 2009-09-21 14:34:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090921143440-5ihf4gt7kqakmnbm
Tags: 2.27.92-1ubuntu3
[Ken VanDine]
* debian/control:
  - Added libindicate-gtk-dev and libindicate-dev (>=0.2.0) to build depends
* debian/patches/30_raise_not_toggle.patch:
  - Always raise contact list when clicked (LP: #392153)
* debian/patches/99_autoconf.patch added

[Robert Ancell]
* debian/patches/10_use_notify_osd_icons.patch:
  - Use the notify-OSD icons for new messages (LP: #409828)
* debian/patches/20_libindicate.patch:
  - Integrate into messaging menu (LP: #340180)
* debian/control:
  - Remove Debian VCS links as they confuse debcheckout

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Ubuntu: https://bugs.edge.launchpad.net/ubuntu/karmic/+source/empathy/+bug/409828
 
3
# Description: Use the notify-osd image for new messages
 
4
#
 
5
 
 
6
From 18170177bf037f682438ddcb93b8682563db7c64 Mon Sep 17 00:00:00 2001
 
7
From: Robert Ancell <robert.ancell@canonical.com>
 
8
Date: Thu, 17 Sep 2009 17:42:26 +1000
 
9
Subject: [PATCH] Use the notify-osd image for new messages
 
10
 
 
11
diff -Nur -x '*.orig' -x '*~' empathy-2.27.92/libempathy-gtk/empathy-images.h empathy-2.27.92.new/libempathy-gtk/empathy-images.h
 
12
--- empathy-2.27.92/libempathy-gtk/empathy-images.h     2009-08-25 23:44:28.000000000 +1000
 
13
+++ empathy-2.27.92.new/libempathy-gtk/empathy-images.h 2009-09-17 17:49:47.000000000 +1000
 
14
@@ -33,7 +33,7 @@
 
15
 #define EMPATHY_IMAGE_UNKNOWN             "empathy-pending"
 
16
 
 
17
 #define EMPATHY_IMAGE_MESSAGE             "im-message"
 
18
-#define EMPATHY_IMAGE_NEW_MESSAGE         "im-message-new"
 
19
+#define EMPATHY_IMAGE_NEW_MESSAGE         "notification-message-im"
 
20
 #define EMPATHY_IMAGE_TYPING              "user-typing"
 
21
 #define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info"
 
22
 #define EMPATHY_IMAGE_GROUP_MESSAGE       "system-users"