mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
Undo that mess, minimised only in brackets, tested
This commit is contained in:
parent
3e9cd40674
commit
c8218e8e25
1 changed files with 4 additions and 3 deletions
|
|
@ -907,11 +907,12 @@ update_client_list_combined_menu(struct server *server)
|
|||
if (view == server->active_view) {
|
||||
buf_add(&buffer, "*");
|
||||
}
|
||||
else if (view->minimized) {
|
||||
if (view->minimized) {
|
||||
buf_add_fmt(&buffer, "(%s - %s)", title, appid);
|
||||
}
|
||||
}
|
||||
else
|
||||
buf_add_fmt(&buffer, "%s - %s", title, appid);
|
||||
|
||||
|
||||
item = item_create(menu, buffer.data, NULL,
|
||||
/*show arrow*/ false);
|
||||
item->client_list_view = view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue