diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-07-15 22:00:57 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-07-15 22:00:57 +0800 |
commit | 0e73c769b2ee47abe5f1e916b4a10cea76303f93 (patch) | |
tree | ac0c7268d873c153ffeb11147329cec78f26bdc1 /src | |
parent | 7eafda6403c42ab51dc28ed6902568b240e4e88c (diff) | |
download | gsoc2013-empathy-0e73c769b2ee47abe5f1e916b4a10cea76303f93.tar gsoc2013-empathy-0e73c769b2ee47abe5f1e916b4a10cea76303f93.tar.gz gsoc2013-empathy-0e73c769b2ee47abe5f1e916b4a10cea76303f93.tar.bz2 gsoc2013-empathy-0e73c769b2ee47abe5f1e916b4a10cea76303f93.tar.lz gsoc2013-empathy-0e73c769b2ee47abe5f1e916b4a10cea76303f93.tar.xz gsoc2013-empathy-0e73c769b2ee47abe5f1e916b4a10cea76303f93.tar.zst gsoc2013-empathy-0e73c769b2ee47abe5f1e916b4a10cea76303f93.zip |
Make more explicit the comment when we activate an event
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1258 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 920840cad..f00139be2 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -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; } |