mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Use title property instead of description for window titles
The title property is what we actually want.
This commit is contained in:
parent
361461d1b9
commit
015d10b87e
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ get_active_app_properties (ShellAppMonitor *monitor,
|
|||
return;
|
||||
|
||||
*wm_class = g_strdup (meta_window_get_wm_class (active));
|
||||
*title = g_strdup (meta_window_get_description (active));
|
||||
g_object_get (active, "title", title, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue