Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
osd: Update for new plugin event signal
Browse files Browse the repository at this point in the history
  • Loading branch information
flynd committed Dec 28, 2011
1 parent 5a2bd4d commit 3738106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osd/src/licq-osd.cpp
Expand Up @@ -636,7 +636,7 @@ void ProcessSignal(Licq::PluginSignal* s)
break;
// we are not interested in those
case Licq::PluginSignal::SignalAddedToServer:
case Licq::PluginSignal::SignalUiMessage:
case Licq::PluginSignal::SignalPluginEvent:
break;
default: // shouldnt happen
gLog.warning("Unknown signal %d", s->signal());
Expand Down

0 comments on commit 3738106

Please sign in to comment.