[gnome-commander] Substitued another gnome_stock icon with its gtk equivalent



commit 906d3dbf9c471f28c2527511e05095f12c3c8cd2
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Fri Apr 3 18:05:57 2015 +0200

    Substitued another gnome_stock icon with its gtk equivalent

 src/gnome-cmd-about-plugin.cc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-about-plugin.cc b/src/gnome-cmd-about-plugin.cc
index 39732e4..69a5739 100644
--- a/src/gnome-cmd-about-plugin.cc
+++ b/src/gnome-cmd-about-plugin.cc
@@ -21,7 +21,6 @@
 
 #include <config.h>
 #include <libgnomeui/gnome-href.h>
-#include <libgnomeui/gnome-stock-icons.h>
 
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-about-plugin.h"
@@ -293,7 +292,7 @@ static void gnome_cmd_about_plugin_init (GnomeCmdAboutPlugin *about)
     gtk_dialog_set_default_response (GTK_DIALOG (about), GTK_RESPONSE_CLOSE);
 
     // Add the credits button
-    image = gtk_image_new_from_stock (GNOME_STOCK_ABOUT, GTK_ICON_SIZE_BUTTON);
+    image = gtk_image_new_from_stock (GTK_STOCK_ABOUT, GTK_ICON_SIZE_BUTTON);
 
     label = gtk_label_new_with_mnemonic (_("C_redits"));
 


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