remove old tray icon stock items

Thu, 22 Feb 2007 20:01:17 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Thu, 22 Feb 2007 20:01:17 +0000
changeset 15739
d2fd54545624
parent 15738
bae4525ef95e
child 15740
1448fbe9b0d5

remove old tray icon stock items

pidgin/gaimstock.c file | annotate | diff | comparison | revisions
pidgin/gaimstock.h file | annotate | diff | comparison | revisions
--- 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"

mercurial