# HG changeset patch # User Sean Egan # Date 1172174477 0 # Node ID 43eff0c256477133e5c7708d46ef23a535603685 # Parent 4a43f3d0cdc34f9342381b27d2a55c789247f168 remove old tray icon stock items diff -r 4a43f3d0cdc3 -r 43eff0c25647 pidgin/gaimstock.c --- a/pidgin/gaimstock.c Thu Feb 22 19:54:17 2007 +0000 +++ b/pidgin/gaimstock.c Thu Feb 22 20:01:17 2007 +0000 @@ -69,12 +69,6 @@ { PIDGIN_STOCK_FILE_CANCELED, NULL, GTK_STOCK_CANCEL }, { PIDGIN_STOCK_FILE_DONE, NULL, GTK_STOCK_APPLY }, { PIDGIN_STOCK_FILE_TRANSFER, NULL, GTK_STOCK_REVERT_TO_SAVED }, - { PIDGIN_STOCK_ICON_AWAY, "icons", "away.png" }, - { PIDGIN_STOCK_ICON_AWAY_MSG, "icons", "msgpend.png" }, - { PIDGIN_STOCK_ICON_CONNECT, "icons", "connect.png" }, - { PIDGIN_STOCK_ICON_OFFLINE, "icons", "offline.png" }, - { PIDGIN_STOCK_ICON_ONLINE, "icons", "online.png" }, - { PIDGIN_STOCK_ICON_ONLINE_MSG, "icons", "msgunread.png" }, { PIDGIN_STOCK_IGNORE, NULL, GTK_STOCK_DIALOG_ERROR }, { PIDGIN_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO }, { PIDGIN_STOCK_MODIFY, NULL, GTK_STOCK_PREFERENCES }, diff -r 4a43f3d0cdc3 -r 43eff0c25647 pidgin/gaimstock.h --- a/pidgin/gaimstock.h Thu Feb 22 19:54:17 2007 +0000 +++ b/pidgin/gaimstock.h Thu Feb 22 20:01:17 2007 +0000 @@ -49,12 +49,6 @@ #define PIDGIN_STOCK_FILE_CANCELED "pidgin-file-canceled" #define PIDGIN_STOCK_FILE_DONE "pidgin-file-done" #define PIDGIN_STOCK_FILE_TRANSFER "pidgin-file-transfer" -#define PIDGIN_STOCK_ICON_AWAY "pidgin-icon-away" -#define PIDGIN_STOCK_ICON_AWAY_MSG "pidgin-icon-away-msg" -#define PIDGIN_STOCK_ICON_CONNECT "pidgin-icon-away-connect" -#define PIDGIN_STOCK_ICON_OFFLINE "pidgin-icon-offline" -#define PIDGIN_STOCK_ICON_ONLINE "pidgin-icon-online" -#define PIDGIN_STOCK_ICON_ONLINE_MSG "pidgin-icon-online-msg" #define PIDGIN_STOCK_IGNORE "pidgin-ignore" #define PIDGIN_STOCK_INVITE "pidgin-invite" #define PIDGIN_STOCK_MODIFY "pidgin-modify"