diff options
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 69a6f4b11..f88db3c6c 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1259,7 +1259,7 @@ chat_window_edit_activate_cb (GtkAction *action, } else { gboolean selection; - selection = empathy_chat_view_get_has_selection (priv->current_chat->view); + selection = empathy_theme_adium_get_has_selection (priv->current_chat->view); gtk_action_set_sensitive (priv->menu_edit_cut, FALSE); gtk_action_set_sensitive (priv->menu_edit_copy, selection); |