diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2009-12-22 11:15:05 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2009-12-22 11:15:05 +0800 |
commit | fa658816077d8dfcd59978bcb69b00b789f12636 (patch) | |
tree | 904827a72dc028543f891da17d702e84310341bb /src/empathy-chat-window.c | |
parent | d07d688e26fc68890ec6a640090ddece560bb495 (diff) | |
download | gsoc2013-empathy-fa658816077d8dfcd59978bcb69b00b789f12636.tar gsoc2013-empathy-fa658816077d8dfcd59978bcb69b00b789f12636.tar.gz gsoc2013-empathy-fa658816077d8dfcd59978bcb69b00b789f12636.tar.bz2 gsoc2013-empathy-fa658816077d8dfcd59978bcb69b00b789f12636.tar.lz gsoc2013-empathy-fa658816077d8dfcd59978bcb69b00b789f12636.tar.xz gsoc2013-empathy-fa658816077d8dfcd59978bcb69b00b789f12636.tar.zst gsoc2013-empathy-fa658816077d8dfcd59978bcb69b00b789f12636.zip |
Remove FIXME
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 6b0dc5d00..5ad66fd26 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -882,8 +882,6 @@ chat_window_invite_participant_activate_cb (GtkAction *action, tp_chat = empathy_chat_get_tp_chat (priv->current_chat); channel = empathy_tp_chat_get_channel (tp_chat); - /* FIXME: should filter out the existing participants from the - * list */ dialog = empathy_invite_participant_dialog_new ( GTK_WINDOW (priv->dialog)); gtk_widget_show (dialog); |