comparison plugins/contact_priority.c @ 9954:a9fb4493ae22

[gaim-migrate @ 10851] a combination of the hacking i've been doing on jabber, and the patch datallah just sent me committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 05 Sep 2004 17:10:39 +0000
parents a09ffb82aef1
children 969f35b31a49
comparison
equal deleted inserted replaced
9953:d908907d9441 9954:a9fb4493ae22
21 #include "internal.h" 21 #include "internal.h"
22 #include "gtkgaim.h" 22 #include "gtkgaim.h"
23 #include "gtkplugin.h" 23 #include "gtkplugin.h"
24 #include "gtkutils.h" 24 #include "gtkutils.h"
25 #include "prefs.h" 25 #include "prefs.h"
26 #include "version.h"
26 27
27 #define CONTACT_PRIORITY_PLUGIN_ID "gtk-contact-priority" 28 #define CONTACT_PRIORITY_PLUGIN_ID "gtk-contact-priority"
28 29
29 static void 30 static void
30 select_account(GtkWidget *widget, GaimAccount *account, gpointer data) 31 select_account(GtkWidget *widget, GaimAccount *account, gpointer data)
179 get_config_frame 180 get_config_frame
180 }; 181 };
181 182
182 static GaimPluginInfo info = 183 static GaimPluginInfo info =
183 { 184 {
184 GAIM_PLUGIN_API_VERSION, /**< api_version */ 185 GAIM_PLUGIN_MAGIC,
186 GAIM_MAJOR_VERSION,
187 GAIM_MINOR_VERSION,
185 GAIM_PLUGIN_STANDARD, /**< type */ 188 GAIM_PLUGIN_STANDARD, /**< type */
186 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */ 189 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */
187 0, /**< flags */ 190 0, /**< flags */
188 NULL, /**< dependencies */ 191 NULL, /**< dependencies */
189 GAIM_PRIORITY_DEFAULT, /**< priority */ 192 GAIM_PRIORITY_DEFAULT, /**< priority */