mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Revert "Option to show full app_id in window switcher"
This reverts commit 7906b98a3c.
This commit is contained in:
parent
7906b98a3c
commit
702c7fc68b
5 changed files with 3 additions and 14 deletions
|
|
@ -44,9 +44,6 @@ get_formatted_app_id(struct view *view)
|
|||
if (!s) {
|
||||
return NULL;
|
||||
}
|
||||
if (rc.window_switcher.full_app_id) {
|
||||
return s;
|
||||
}
|
||||
/* remove the first two nodes of 'org.' strings */
|
||||
if (!strncmp(s, "org.", 4)) {
|
||||
char *p = s + 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue