diff pidgin/plugins/Makefile.mingw @ 17812:f2869d5facfe

Fix #318 which asked for the buddynote plugins notes to be shown in the tooltip. This was the easiest way I could think of to do it without making the buddynote plugin itself a gtk plugin. Eventually I think I'll see about moving the drawing-tooltip function to be a core plugin and this can get merged into buddynote itself. (But I don't think that can't happen until 3.0.0.)
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 10 Jun 2007 07:25:09 +0000
parents 390987ecddf3
children 2565ccc4898c
line wrap: on
line diff
--- a/pidgin/plugins/Makefile.mingw	Sun Jun 10 01:54:40 2007 +0000
+++ b/pidgin/plugins/Makefile.mingw	Sun Jun 10 07:25:09 2007 +0000
@@ -77,11 +77,12 @@
 plugins: \
 		convcolors.dll \
 		extplacement.dll \
-		pidginrc.dll \
+		gtkbuddynote.dll \
 		history.dll \
 		iconaway.dll \
 		markerline.dll \
 		notify.dll \
+		pidginrc.dll \
 		relnot.dll \
 		spellchk.dll \
 		timestamp_format.dll \