libpurple/plugin.c

changeset 15523
8505bd287c48
parent 15444
b793ef258d23
child 15884
4de1981757fc
--- 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,

mercurial