changeset 15678:43eff0c25647

remove old tray icon stock items
author Sean Egan <seanegan@gmail.com>
date Thu, 22 Feb 2007 20:01:17 +0000
parents 4a43f3d0cdc3
children 5ec709327dc6
files pidgin/gaimstock.c pidgin/gaimstock.h
diffstat 2 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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      },
--- 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"