]> git.0d.be Git - empathy.git/commitdiff
Add a comment telling that if there is no event the default handler of row-activated...
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 14:00:56 +0000 (14:00 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 14:00:56 +0000 (14:00 +0000)
svn path=/trunk/; revision=1257

src/empathy-main-window.c

index 371d9d1e98ea4d3eb22f83bb1bd3a190c13903ec..920840cad997437c9a59cd3b2815b567560e8694 100644 (file)
@@ -346,7 +346,8 @@ main_window_row_activated_cb (EmpathyContactListView *view,
                return;
        }
 
                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;
        events = empathy_event_manager_get_events (window->event_manager);
        for (l = events; l; l = l->next) {
                EmpathyEvent *event = l->data;