gaim/gaim

This is only necessary on Win32
oldstatus
2005-02-22, Stu Tomlinson
c0f694f32e98
Parents a3456e53af1b
Children 683008a5411b
This is only necessary on Win32
--- a/src/protocols/msn/notification.c Tue Feb 22 22:52:02 2005 -0500
+++ b/src/protocols/msn/notification.c Tue Feb 22 23:01:50 2005 -0500
@@ -971,9 +971,10 @@
g_free(session->passport_info.file);
session->passport_info.file = NULL;
}
+#ifdef _WIN32
else
{
- /*
+ /*
* Renaming file with .html extension, so that the
* win32 open_url will work.
*/
@@ -988,11 +989,12 @@
{
g_free(session->passport_info.file);
session->passport_info.file = tmp;
- }
+ }
else
g_free(tmp);
}
}
+#endif
}
}
/**************************************************************************