diff plugins/iconaway.c @ 5917:a747e9e0e2cf

[gaim-migrate @ 6349] 2 compile fixes, one from a Herman mistake and one from a Luke-is-using-a- different-version-of-gettext-that-doesn't-have-as-much-psycho-checking-of- translation "mistake." Also, I made it so "Send File" and "Direct IM" do not show up in the right click menu unless the person is advertising that capability. This probably should have been done a long time ago. Also, some not-yet-used code for setting available messages. I'm working on it. Oh, and I found a new capability in iChat. I don't know what it does yet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 18 Jun 2003 02:18:26 +0000
parents b3c412884a22
children 7d385de2f9cd
line wrap: on
line diff
--- a/plugins/iconaway.c	Wed Jun 18 01:32:39 2003 +0000
+++ b/plugins/iconaway.c	Wed Jun 18 02:18:26 2003 +0000
@@ -9,6 +9,8 @@
 
 #ifdef _WIN32
 __declspec(dllimport) GtkWidget *imaway;
+#else
+G_MODULE_IMPORT GtkWidget *imaway;
 #endif
 
 #ifdef USE_APPLET