diff pidgin/gtkimhtml.c @ 29477:99ab74fb312c

Kill unneeded GLIB_CHECK_VERSION uses in Pidgin. Refs #10024.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 22 Aug 2009 22:08:21 +0000
parents f27425877d29
children 48ea900ee72a
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c	Sat Aug 22 21:47:20 2009 +0000
+++ b/pidgin/gtkimhtml.c	Sat Aug 22 22:08:21 2009 +0000
@@ -3666,11 +3666,7 @@
 	image->filesel = NULL;
 
 	if (save->data && save->datasize) {
-#if GLIB_CHECK_VERSION(2,8,0)
 		g_file_set_contents(filename, save->data, save->datasize, &error);
-#else
-		purple_util_write_data_to_file_absolute(filename, save->data, save->datasize);
-#endif
 	} else {
 		gchar *type = NULL;
 #if GTK_CHECK_VERSION(2,2,0)