]> git.0d.be Git - empathy.git/commitdiff
call-window: don't display labels in both toolbars
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 1 Aug 2011 14:46:25 +0000 (16:46 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 1 Aug 2011 14:46:25 +0000 (16:46 +0200)
src/empathy-call-window.c

index 5ed4e93d3c49d3a767f7008a3f6b5592bad74a44..bd5538a2b0fcaf8e1685ab6acd3492887e167a03 100644 (file)
@@ -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