changeset 16265:c4ce8368eca8

Remove references to PIDGIN_STOCK_CONNECT from pidginstock.c Fixes #217 Thanks to DHowett / AlaricX
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 19 Apr 2007 23:56:58 +0000
parents 47907d031291
children a9c75536f0c9
files pidgin/pidginstock.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/pidginstock.c	Thu Apr 19 22:28:18 2007 +0000
+++ b/pidgin/pidginstock.c	Thu Apr 19 23:56:58 2007 +0000
@@ -46,11 +46,6 @@
 	{ PIDGIN_STOCK_CHAT,            NULL,      GTK_STOCK_JUMP_TO          },
 	{ PIDGIN_STOCK_CLEAR,           NULL,      GTK_STOCK_CLEAR            },
 	{ PIDGIN_STOCK_CLOSE_TABS,      NULL,      GTK_STOCK_CLOSE            },
-#if GTK_CHECK_VERSION(2,6,0)
-	{ PIDGIN_STOCK_CONNECT,         NULL,      GTK_STOCK_CONNECT          },
-#else
-	{ PIDGIN_STOCK_CONNECT,         "icons",   "stock_connect_16.png"     },
-#endif
 	{ PIDGIN_STOCK_DEBUG,           NULL,      GTK_STOCK_PROPERTIES       },
 	{ PIDGIN_STOCK_DOWNLOAD,        NULL,      GTK_STOCK_GO_DOWN          },
 #if GTK_CHECK_VERSION(2,6,0)