pidgin/plugins/ticker/ticker.c

changeset 39894
7eab91ea30a1
parent 39665
2172e3b8eeef
child 40137
016690872c6c
--- a/pidgin/plugins/ticker/ticker.c	Thu Sep 12 20:51:15 2019 -0400
+++ b/pidgin/plugins/ticker/ticker.c	Sun Sep 15 17:11:46 2019 -0400
@@ -341,7 +341,7 @@
 {
 	void *blist_handle = purple_blist_get_handle();
 
-	gtk_ticker_register_type(plugin);
+	gtk_ticker_register(plugin);
 
 	purple_signal_connect(purple_connections_get_handle(), "signed-off",
 						plugin, PURPLE_CALLBACK(signoff_cb), NULL);

mercurial