You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
399 B
15 lines
399 B
7 years ago
|
--- a/pidgin/libpurple/protocols/facebook/mqtt.c
|
||
|
+++ b/pidgin/libpurple/protocols/facebook/mqtt.c
|
||
|
@@ -113,9 +113,9 @@
|
||
|
G_SIGNAL_ACTION,
|
||
|
0,
|
||
|
NULL, NULL,
|
||
|
- fb_marshal_VOID__OBJECT,
|
||
|
+ fb_marshal_VOID__POINTER,
|
||
|
G_TYPE_NONE,
|
||
|
- 1, G_TYPE_ERROR);
|
||
|
+ 1, G_TYPE_POINTER);
|
||
|
|
||
|
/**
|
||
|
* FbMqtt::open:
|