~ubuntu-branches/ubuntu/utopic/xfce4-power-manager/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/02_fix-notify-detect.patch

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-04-03 22:15:05 UTC
  • mfrom: (2.3.8)
  • Revision ID: package-import@ubuntu.com-20120403221505-2dvza7w2d97zb7qn
Tags: 1.0.11-0ubuntu1
* New upstream bugfix release.
* debian/patches:
  - 0001-Solaris-specific-code-for-determining-the-start-time.patch,
    02_fix-notify-detect.patch,
    07_fix_broken_empty_icon_battery.patch: dropped, included upstream.
  - xubuntu_fix-status-icon-other-devices.patch: refreshed to apply cleanly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c
2
 
index c93a843..3c2651d 100644
3
 
--- a/src/xfpm-notify.c
4
 
+++ b/src/xfpm-notify.c
5
 
@@ -233,11 +233,11 @@ xfpm_notify_new_notification_internal (const gchar *title, const gchar *message,
6
 
 #if !NOTIFY_CHECK_VERSION (0, 7, 0) 
7
 
     if ( icon )
8
 
        notify_notification_attach_to_status_icon (n, icon);
9
 
+#endif
10
 
 #else
11
 
     if ( icon )
12
 
        notify_notification_attach_to_status_icon (n, icon);
13
 
 #endif
14
 
-#endif
15
 
        
16
 
     notify_notification_set_urgency (n, (NotifyUrgency)urgency);
17