empathy r1257 - trunk/src
- From: xclaesse svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: empathy r1257 - trunk/src
 
- Date: Tue, 15 Jul 2008 14:00:56 +0000 (UTC)
 
Author: xclaesse
Date: Tue Jul 15 14:00:56 2008
New Revision: 1257
URL: http://svn.gnome.org/viewvc/empathy?rev=1257&view=rev
Log:
Add a comment telling that if there is no event the default handler of row-activated will be called.
Modified:
   trunk/src/empathy-main-window.c
Modified: trunk/src/empathy-main-window.c
==============================================================================
--- trunk/src/empathy-main-window.c	(original)
+++ trunk/src/empathy-main-window.c	Tue Jul 15 14:00:56 2008
@@ -346,7 +346,8 @@
 		return;
 	}
 
-	/* If the contact has an event, activate it */
+	/* If the contact has an event activate it, otherwise the
+	 * default handler of row-activated will be called. */
 	events = empathy_event_manager_get_events (window->event_manager);
 	for (l = events; l; l = l->next) {
 		EmpathyEvent *event = l->data;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]