empathy r1257 - trunk/src



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]