From 919d3b76016bb150d60488e9224e71a87f780eda Mon Sep 17 00:00:00 2001 From: Philippe Saint-Pierre Date: Sat, 16 Jun 2012 14:08:53 -0400 Subject: [PATCH] Pulse deskbar replicant couldn't be removed. Fixes #4244. --- src/apps/pulse/CPUButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/pulse/CPUButton.cpp b/src/apps/pulse/CPUButton.cpp index e14255a353..2d18eedd6c 100644 --- a/src/apps/pulse/CPUButton.cpp +++ b/src/apps/pulse/CPUButton.cpp @@ -317,7 +317,7 @@ CPUButton::AttachedToWindow() fReplicantInDeskbar = false; if (fReplicant) { - if (strcmp(Window()->Title(), B_TRANSLATE("Deskbar")) == 0) { + if (strcmp(Window()->Title(), B_TRANSLATE("Deskbar"))) { // Make room for dragger ResizeBy(4, 4);