Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plugins
pidgin-otr
Commits
d8e206c5
Commit
d8e206c5
authored
Aug 23, 2012
by
Ian Goldberg
Browse files
Cleanly (and properly) disconnect one signal on module unload
parent
27b7c9b6
Changes
1
Show whitespace changes
Inline
Side-by-side
gtk-dialog.c
View file @
d8e206c5
...
...
@@ -3250,7 +3250,7 @@ static void otrg_gtk_dialog_cleanup(void)
"deleting-conversation"
,
otrg_plugin_handle
,
PURPLE_CALLBACK
(
conversation_destroyed
));
purple_signal_disconnect
(
p
idgin
_conversations_get_handle
(),
purple_signal_disconnect
(
p
urple
_conversations_get_handle
(),
"received-im-msg"
,
otrg_plugin_handle
,
PURPLE_CALLBACK
(
check_incoming_instance_change
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment