[gtk+] csd: use the correct icon name for close button



commit 534a7a9397652efe653f2af1d944b4705ee60190
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 29 18:15:01 2013 -0400

    csd: use the correct icon name for close button
    
    The icon is called window-close-symbolic.

 gtk/gtkwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index b03018a..b7cb9da 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5169,7 +5169,7 @@ update_window_buttons (GtkWindow *window)
                            priv->gdk_type_hint == GDK_WINDOW_TYPE_HINT_NORMAL)
                     {
                       button = gtk_button_new ();
-                      image = gtk_image_new_from_icon_name ("window-delete-symbolic", GTK_ICON_SIZE_MENU);
+                      image = gtk_image_new_from_icon_name ("window-close-symbolic", GTK_ICON_SIZE_MENU);
                       gtk_style_context_add_class (gtk_widget_get_style_context (button), "titlebutton");
                       g_object_set (image, "use-fallback", TRUE, NULL);
                       gtk_container_add (GTK_CONTAINER (button), image);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]