]> git.0d.be Git - empathy.git/commitdiff
use the symbolic close icon in the tab close button
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 25 May 2012 07:34:42 +0000 (09:34 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 25 May 2012 07:34:42 +0000 (09:34 +0200)
src/empathy-chat-window.c

index f9c1d20970db3c70ef57fe77984d338d0557e63a..ad48fcbacc078d80861e8ca61ea102d861672d16 100644 (file)
@@ -431,8 +431,8 @@ create_close_button (void)
        gtk_widget_set_can_focus (button, FALSE);
        gtk_widget_set_can_default (button, FALSE);
 
-       image = gtk_image_new_from_stock (GTK_STOCK_CLOSE,
-                                         GTK_ICON_SIZE_MENU);
+       image = gtk_image_new_from_icon_name ("window-close-symbolic",
+                                             GTK_ICON_SIZE_MENU);
        gtk_widget_show (image);
 
        gtk_container_add (GTK_CONTAINER (button), image);