summaryrefslogtreecommitdiff
path: root/libmdock/matcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmdock/matcher.c')
-rw-r--r--libmdock/matcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmdock/matcher.c b/libmdock/matcher.c
index 129514e..979dd41 100644
--- a/libmdock/matcher.c
+++ b/libmdock/matcher.c
@@ -261,7 +261,7 @@ const gchar * match_appid_to_desktopid(AppId *appid)
if (list) {
list = g_slist_sort(list, desktop_item_compare);
-#if 1
+#if 0
g_debug("for appid with wmclass %s", appid->wm_class_class);
for (GSList *l = list; l; l = l->next) {
DesktopItem *item = l->data;