comparison plugins/contact_priority.c @ 9821:a09ffb82aef1

[gaim-migrate @ 10692] Make some plugins use gtkgaim.h instead of gtkinternal.h Somebody test the evolution plugin committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 22 Aug 2004 17:24:43 +0000
parents d7b8eb1f0a18
children a9fb4493ae22
comparison
equal deleted inserted replaced
9820:fa8111c03283 9821:a09ffb82aef1
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 */ 19 */
20 20
21 #include "gtkinternal.h" 21 #include "internal.h"
22 #include "gtkgaim.h"
22 #include "gtkplugin.h" 23 #include "gtkplugin.h"
23 #include "gtkutils.h" 24 #include "gtkutils.h"
24 #include "prefs.h" 25 #include "prefs.h"
25 26
26 #define CONTACT_PRIORITY_PLUGIN_ID "gtk-contact-priority" 27 #define CONTACT_PRIORITY_PLUGIN_ID "gtk-contact-priority"