# HG changeset patch # User Sean Egan # Date 1186445637 0 # Node ID 8410abf8567897173ac95526c03dfa0595d79c98 # Parent 0765cf9331f6469c2110ca3b6d819202c465ee0a Remove reference to close-tab.png diff -r 0765cf9331f6 -r 8410abf85678 pidgin/pidginstock.c --- a/pidgin/pidginstock.c Mon Aug 06 21:16:05 2007 +0000 +++ b/pidgin/pidginstock.c Tue Aug 07 00:13:57 2007 +0000 @@ -44,7 +44,7 @@ #endif { PIDGIN_STOCK_CHAT, NULL, GTK_STOCK_JUMP_TO }, { PIDGIN_STOCK_CLEAR, NULL, GTK_STOCK_CLEAR }, - { PIDGIN_STOCK_CLOSE_TABS, "buttons", "close-tab.png" }, + { PIDGIN_STOCK_CLOSE_TABS, NULL, GTK_STOCK_CLOSE }, { PIDGIN_STOCK_DEBUG, NULL, GTK_STOCK_PROPERTIES }, { PIDGIN_STOCK_DOWNLOAD, NULL, GTK_STOCK_GO_DOWN }, #if GTK_CHECK_VERSION(2,6,0) diff -r 0765cf9331f6 -r 8410abf85678 pidgin/pixmaps/Makefile.am --- a/pidgin/pixmaps/Makefile.am Mon Aug 06 21:16:05 2007 +0000 +++ b/pidgin/pixmaps/Makefile.am Tue Aug 07 00:13:57 2007 +0000 @@ -1,7 +1,6 @@ SUBDIRS = animations buddy_icons dialogs emblems emotes icons protocols status toolbar tray EXTRA_DIST = \ - close-tab.png \ edit.png \ logo.png \ pause.png \ @@ -13,7 +12,7 @@ pidgin.ico pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons -pidginbuttonpix_DATA = edit.png pause.png close-tab.png +pidginbuttonpix_DATA = edit.png pause.png pidgindistpixdir = $(datadir)/pixmaps/pidgin pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm