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

« back to all changes in this revision

Viewing changes to debian/patches/30_raise_not_toggle.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-10-14 16:34:36 UTC
  • Revision ID: james.westby@ubuntu.com-20091014163436-44g3p0876xu08gr2
Tags: 2.28.0.1-1ubuntu6
* debian/patches/20_libindicate.patch
  - display the status icon when the indicator isn't present (LP: #435329)
  - don't attach notifications to the status icon if the icon 
    isn't visible, it was drawing a black line (LP: #434316)
* debian/patches/30_raise_not_toggle.patch
  - Updated to apply cleanly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Description: Integrate Empathy into the messaging menu
3
 
# Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/empathy/+bug/392153
4
 
#
5
 
 
6
1
=== modified file 'src/empathy-status-icon.c'
7
 
--- src/empathy-status-icon.c   2009-09-18 19:17:58 +0000
8
 
+++ src/empathy-status-icon.c   2009-09-18 20:00:33 +0000
9
 
@@ -434,7 +434,7 @@
10
 
                visible = GTK_WIDGET_VISIBLE (priv->window);
 
2
--- src/empathy-status-icon.c   2009-10-14 20:25:43 +0000
 
3
+++ src/empathy-status-icon.c   2009-10-14 20:38:39 +0000
 
4
@@ -517,7 +517,7 @@
11
5
        }
12
6
 #endif
 
7
 
13
8
-       status_icon_set_visibility (icon, !visible, TRUE);
14
9
+       status_icon_set_visibility (icon, TRUE, TRUE);
15
10
 }