updated on Wed Jan 25 12:16:47 UTC 2012
[aur-mirror.git] / galeon / 0001-Use-existing-network-status-icons-for-the-online-off.patch
blobe0e3ec7aeb92479a7c504cf1e8bc19944ca30da1
1 From 4fcf7ccb3988259bf6b8d80934235899041133ad Mon Sep 17 00:00:00 2001
2 From: Yanko Kaneti <yaneti@declera.com>
3 Date: Wed, 15 Sep 2010 19:17:45 +0300
4 Subject: [PATCH] Use existing network status icons for the online/offline indicator
6 ---
7 utils/pixbuf-cache.h | 4 ++--
8 1 files changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/utils/pixbuf-cache.h b/utils/pixbuf-cache.h
11 index b2e5649..0d18e0b 100644
12 --- a/utils/pixbuf-cache.h
13 +++ b/utils/pixbuf-cache.h
14 @@ -45,8 +45,8 @@ void gul_pixbuf_cache_register_stocks (void);
15 #define STOCK_SPINNER_REST "gnome-spinner-rest"
16 #define STOCK_SELECT_ALL "stock_select-all"
17 #define STOCK_EDIT_BOOKMARK "stock_edit-bookmark"
18 -#define STOCK_CONNECT "stock_connect"
19 -#define STOCK_DISCONNECT "stock_disconnect"
20 +#define STOCK_CONNECT "network-idle"
21 +#define STOCK_DISCONNECT "network-offline"
22 #define STOCK_LOCK_BROKEN "stock_lock-broken"
24 G_END_DECLS
25 --
26 1.7.2.3