pidgin/pidgin

3323c988317f
Remove the usage of GtkStock from the infopane

Testing Done:
Compile only, we can't see this icon unless there's a bug as this is a placeholder to help while in glade.

Reviewed at https://reviews.imfreedom.org/r/882/
SAMETIME_SOURCES = [
'sametime.c',
'sametime.h',
'im_mime.c',
'im_mime.h',
]
if DYNAMIC_SAMETIME
sametime_prpl = shared_library('sametime', SAMETIME_SOURCES,
c_args : ['-DG_LOG_DOMAIN="sametime"'],
dependencies : [meanwhile, gmime, libpurple_dep, glib],
install : true, install_dir : PURPLE_PLUGINDIR)
subdir('tests')
endif