empathy r2284 - trunk/src



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]