diff libpurple/plugin.c @ 15461:e9c12873fae0

This renames the binary to 'pidgin', and I think it properly moves all the LIBDIR's to pidgin and purple, respectively
author Sean Egan <seanegan@gmail.com>
date Tue, 30 Jan 2007 05:27:44 +0000
parents 21bc8d84974f
children 32c366eeeb99
line wrap: on
line diff
--- a/libpurple/plugin.c	Mon Jan 29 03:45:21 2007 +0000
+++ b/libpurple/plugin.c	Tue Jan 30 05:27:44 2007 +0000
@@ -1146,6 +1146,8 @@
 gaim_plugins_init(void) {
 	void *handle = gaim_plugins_get_handle();
 
+        gaim_plugins_add_search_path(LIBDIR);
+
 	gaim_signal_register(handle, "plugin-load",
 						 gaim_marshal_VOID__POINTER,
 						 NULL, 1,