From 015d10b87e2a58ca513b7c5dd1b11515f8456480 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 4 Jun 2009 11:03:06 -0400 Subject: [PATCH] Use title property instead of description for window titles The title property is what we actually want. --- src/shell-app-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-app-monitor.c b/src/shell-app-monitor.c index 2a5f439ef..048e2eab5 100644 --- a/src/shell-app-monitor.c +++ b/src/shell-app-monitor.c @@ -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