]> git.0d.be Git - empathy.git/commitdiff
Make more explicit the comment when we activate an event
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 14:00:57 +0000 (14:00 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 14:00:57 +0000 (14:00 +0000)
svn path=/trunk/; revision=1258

src/empathy-main-window.c

index 920840cad997437c9a59cd3b2815b567560e8694..f00139be23062d0fbe61284b1bceb6710cde0da7 100644 (file)
@@ -356,7 +356,8 @@ main_window_row_activated_cb (EmpathyContactListView *view,
                        DEBUG ("Activate event");
                        empathy_event_activate (event);
 
-                       /* We don't want the default handler of this signal */
+                       /* We don't want the default handler of this signal
+                        * (e.g. open a chat) */
                        g_signal_stop_emission_by_name (view, "row-activated");
                        break;
                }