Skip to content

Commit

Permalink
[notificationitem] need to remove this "return" to make reply work..
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Sep 27, 2017
1 parent 20cc3f1 commit a3432fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/notificationitem/dbusmenu.c
Expand Up @@ -162,7 +162,6 @@ DBusHandlerResult FcitxDBusMenuEventHandler(DBusConnection* connection, DBusMess
} else if (dbus_message_is_method_call(message, DBUS_MENU_IFACE, "Event")) {
FcitxDBusMenuEvent(notificationitem, message);
reply = dbus_message_new_method_return(message);
return DBUS_HANDLER_RESULT_HANDLED;
} else if (dbus_message_is_method_call(message, DBUS_MENU_IFACE, "GetProperty")) {
reply = FcitxDBusMenuGetProperty(notificationitem, message);
} else if (dbus_message_is_method_call(message, DBUS_MENU_IFACE, "GetLayout")) {
Expand Down

0 comments on commit a3432fc

Please sign in to comment.