From ec32e99fae963a97b527c2c54813a96c284d99cf Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 27 Jan 2004 18:56:29 +0000 Subject: Guess what? return QS_FALSE; --- (limited to 'libopie2/opieui/otaskbarapplet.h') diff --git a/libopie2/opieui/otaskbarapplet.h b/libopie2/opieui/otaskbarapplet.h index 686b91a..773aba4 100644 --- a/libopie2/opieui/otaskbarapplet.h +++ b/libopie2/opieui/otaskbarapplet.h @@ -58,6 +58,8 @@ template class OTaskbarAppletWrapper : public TaskbarAppletInterface *iface = this; else if ( uuid == IID_TaskbarApplet ) *iface = this; + else + return QS_FALSE; if ( *iface ) (*iface)->addRef(); return QS_OK; -- cgit v0.9.0.2