summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2015-02-24 16:14:29 (GMT)
committerChristian Persch <chpe@gnome.org>2015-02-24 16:14:36 (GMT)
commitb735feff4ca0a88b389a89d151bb075bf39e32f8 (patch)
tree229e8f50d47dc817d0f94c1bfd31fa454f414405
parent34573874c41900817066a9d099aaf96c996ac36b (diff)
downloadgnome-terminal-b735feff4ca0a88b389a89d151bb075bf39e32f8.zip
gnome-terminal-b735feff4ca0a88b389a89d151bb075bf39e32f8.tar.xz
Revert "server: Set WM class to the application ID"
This reverts commit 6c91fa92151cc1306ff2ec8edcaacca0506d3ecc. https://bugzilla.gnome.org/show_bug.cgi?id=685742
-rw-r--r--src/terminal-app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal-app.c b/src/terminal-app.c
index a0c13ac..94fa35b 100644
--- a/src/terminal-app.c
+++ b/src/terminal-app.c
@@ -326,8 +326,8 @@ terminal_app_startup (GApplication *application)
G_APPLICATION_CLASS (terminal_app_parent_class)->startup (application);
- /* Set the WM class to the app ID (see bug #685742) */
- gdk_set_program_class (g_application_get_application_id (application));
+ /* Need to set the WM class (bug #685742) */
+ gdk_set_program_class("Gnome-terminal");
g_action_map_add_action_entries (G_ACTION_MAP (application),
app_menu_actions, G_N_ELEMENTS (app_menu_actions),