1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

trigger: fix return code of focus callback

This commit is contained in:
Sebastien Helleu
2014-02-14 19:07:31 +01:00
parent fe33f7d019
commit 4fc2db8df4
+1 -1
View File
@@ -855,7 +855,7 @@ trigger_callback_focus_cb (void *data, struct t_hashtable *info)
long unsigned int value;
int rc;
TRIGGER_CALLBACK_CB_INIT(WEECHAT_RC_OK);
TRIGGER_CALLBACK_CB_INIT(info);
TRIGGER_CALLBACK_CB_NEW_POINTERS;