[empathy] Fix set-but-not-used build warning
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Fix set-but-not-used build warning
- Date: Wed, 2 Nov 2011 14:46:08 +0000 (UTC)
commit 3e8b4d35580674c0271de8f12278625de963c9f6
Author: Xavier Claessens <xclaesse gmail com>
Date: Wed Nov 2 15:45:40 2011 +0100
Fix set-but-not-used build warning
libempathy-gtk/empathy-log-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index b899cfa..10ea8af 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -316,8 +316,8 @@ select_account_once_ready (EmpathyLogWindow *self,
self->priv->selected_is_chatroom = is_chatroom;
- empathy_account_chooser_set_account (EMPATHY_ACCOUNT_CHOOSER (
- self->priv->account_chooser), self->priv->selected_account);
+ empathy_account_chooser_set_account (account_chooser,
+ self->priv->selected_account);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]