empathy r2284 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2284 - trunk/src
- Date: Fri, 30 Jan 2009 17:07:32 +0000 (UTC)
Author: xclaesse
Date: Fri Jan 30 17:07:32 2009
New Revision: 2284
URL: http://svn.gnome.org/viewvc/empathy?rev=2284&view=rev
Log:
Don't update the event if the notification can't be shown.
Modified:
trunk/src/empathy-status-icon.c
Modified: trunk/src/empathy-status-icon.c
==============================================================================
--- trunk/src/empathy-status-icon.c (original)
+++ trunk/src/empathy-status-icon.c Fri Jan 30 17:07:32 2009
@@ -272,7 +272,10 @@
return;
}
- status_icon_update_notification (icon);
+ if (empathy_notification_should_show ()) {
+ status_icon_update_notification (icon);
+ }
+
status_icon_update_tooltip (icon);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]