[empathy] log-window: add the "raised" style class to the account chooser
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] log-window: add the "raised" style class to the account chooser
- Date: Fri, 2 Sep 2011 19:09:41 +0000 (UTC)
commit 55debdac5cb1a3a46a0c6e2bbc052e83f7e57f77
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Sep 1 12:26:29 2011 -0400
log-window: add the "raised" style class to the account chooser
So that it raises up from the toolbar below.
https://bugzilla.gnome.org/show_bug.cgi?id=657954
libempathy-gtk/empathy-log-window.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 5ea872e..7b01673 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -678,6 +678,9 @@ empathy_log_window_init (EmpathyLogWindow *self)
empathy_account_chooser_filter_has_logs, NULL);
empathy_account_chooser_set_all (account_chooser);
+ gtk_style_context_add_class (gtk_widget_get_style_context (self->priv->account_chooser),
+ GTK_STYLE_CLASS_RAISED);
+
g_signal_connect (self->priv->account_chooser, "changed",
G_CALLBACK (log_window_chats_accounts_changed_cb),
self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]