libpurple/pounce.c

changeset 33640
07553a1e0900
parent 32623
547eacef0b63
child 33796
4854740e5277
--- a/libpurple/pounce.c	Thu Jan 17 23:57:52 2013 -0500
+++ b/libpurple/pounce.c	Fri Jan 18 01:31:48 2013 -0500
@@ -572,7 +572,7 @@
 	NULL
 };
 
-gboolean
+static gboolean
 purple_pounces_load(void)
 {
 	gchar *filename = g_build_filename(purple_user_dir(), "pounces.xml", NULL);
@@ -1190,6 +1190,8 @@
 
 	purple_signal_connect(conv_handle, "received-im-msg",
 						handle, PURPLE_CALLBACK(received_message_cb), NULL);
+
+	purple_pounces_load();
 }
 
 void

mercurial