diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-23 17:56:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-23 17:56:35 +0000 |
| commit | 2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919 (patch) | |
| tree | f651e82bc6e640e21e12f7eb7a2f84870850382e /openbox/client_list_menu.c | |
| parent | ea088eb88d7c29558fa59563a934545bc122d5eb (diff) | |
1) translate all of openbox's output
2) update copyrights.
3) make release. ok that part not quite yet.
Diffstat (limited to 'openbox/client_list_menu.c')
| -rw-r--r-- | openbox/client_list_menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 13513399..5fbb3a63 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -2,7 +2,7 @@ client_list_menu.c for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -76,6 +76,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data) acts = g_slist_append(acts, act); e = menu_add_normal(menu, i, (c->iconic ? c->icon_title : c->title), acts); + if (config_menu_client_list_icons && (icon = client_icon(c, 32, 32))) { e->data.normal.icon_width = icon->width; |
