]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
fix3
[chaz/openbox] / openbox / client_list_menu.c
index a1dc266c5066d1b713d8a3c68ade1cfe96d5a816..e2d00bb5e96276120f11a24c591c8b1cdd9eb078 100644 (file)
@@ -23,6 +23,7 @@
 #include "screen.h"
 #include "client.h"
 #include "focus.h"
+#include "config.h"
 #include "gettext.h"
 
 #include <glib.h>
@@ -73,7 +74,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data)
             e = menu_add_normal(menu, i,
                                 (c->iconic ? c->icon_title : c->title), acts);
 
-            if ((icon = client_icon(c, 32, 32))) {
+            if (config_menu_client_list_icons && (icon = client_icon(c, 32, 32))) {
                 e->data.normal.icon_width = icon->width;
                 e->data.normal.icon_height = icon->height;
                 e->data.normal.icon_data = icon->data;
This page took 0.025207 seconds and 4 git commands to generate.