[netspeed/unstable] Use gtk-go-[up|down] instead of deprecated stock icons
- From: Jörgen Scheibengruber <mfcn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [netspeed/unstable] Use gtk-go-[up|down] instead of deprecated stock icons
- Date: Mon, 28 Jun 2010 22:16:20 +0000 (UTC)
commit 58e9a10d4c78debcc26c1aa6cf1d1bac7a819489
Author: Jörgen Scheibengruber <mfcn gmx de>
Date: Tue Jun 29 01:15:29 2010 +0300
Use gtk-go-[up|down] instead of deprecated stock icons
src/netspeed.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/netspeed.c b/src/netspeed.c
index 39639fe..d9da02e 100644
--- a/src/netspeed.c
+++ b/src/netspeed.c
@@ -51,8 +51,8 @@ static const char* wireless_quality_icon[] = {
"netspeed-wireless-100"
};
-static const char IN_ICON[] = "stock_navigate-next";
-static const char OUT_ICON[] = "stock_navigate-prev";
+static const char IN_ICON[] = "gtk-go-up";
+static const char OUT_ICON[] = "gtk-go-down";
static const char ERROR_ICON[] = "gtk-dialog-error";
static const char LOGO_ICON[] = "netspeed-applet";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]