From 1ac3498216b856954b9035f84e8d85ee0f1de3ce Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 21 Jan 2009 16:30:27 -0600 Subject: I hate me --- src/indicator-messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-messages.c') diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 2fa7f30..a026798 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -41,7 +41,7 @@ subtype_cb (IndicateListener * listener, IndicateListenerServer * server, Indica { GtkMenu * menushell = GTK_MENU(data); - if (property != NULL || strcmp(property, "subtype")) { + if (property == NULL || strcmp(property, "subtype")) { /* We should only ever get subtypes, but just in case */ g_warning("Subtype callback got a property '%s'", property); return; -- cgit v1.2.3