comparison 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
comparison
equal deleted inserted replaced
5916:a51b709b2b3e 5917:a747e9e0e2cf
7 7
8 #define ICONAWAY_PLUGIN_ID "gtk-iconaway" 8 #define ICONAWAY_PLUGIN_ID "gtk-iconaway"
9 9
10 #ifdef _WIN32 10 #ifdef _WIN32
11 __declspec(dllimport) GtkWidget *imaway; 11 __declspec(dllimport) GtkWidget *imaway;
12 #else
13 G_MODULE_IMPORT GtkWidget *imaway;
12 #endif 14 #endif
13 15
14 #ifdef USE_APPLET 16 #ifdef USE_APPLET
15 extern void applet_destroy_buddy(); 17 extern void applet_destroy_buddy();
16 #endif 18 #endif