From 400ff52437634aa1b615d4af0b51501bd3a14539 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 1 Aug 2011 16:46:25 +0200 Subject: call-window: don't display labels in both toolbars --- src/empathy-call-window.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 5ed4e93d3..bd5538a2b 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -959,6 +959,10 @@ empathy_call_window_init (EmpathyCallWindow *self) G_CALLBACK (empathy_call_window_configure_event_cb), self); g_signal_connect (self, "window-state-event", G_CALLBACK (empathy_call_window_configure_event_cb), self); + + /* Don't display labels in both toolbars */ + gtk_toolbar_set_style (GTK_TOOLBAR (priv->toolbar), GTK_TOOLBAR_ICONS); + gtk_toolbar_set_style (GTK_TOOLBAR (priv->bottom_toolbar), GTK_TOOLBAR_ICONS); } /* Instead of specifying a width and a height, we specify only one size. That's -- cgit v1.2.3