summaryrefslogtreecommitdiff
path: root/endless/eoswindow.c
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-08-30 12:01:04 -0700
committerP. F. Chimento <philip.chimento@gmail.com>2013-08-30 12:01:04 -0700
commitf82f188cb3651ecf658201a8cc2805401ed8f356 (patch)
tree9bb5633c39e6ded727c48e49116e0b3087923387 /endless/eoswindow.c
parent50629bb649ac1fd9fff1486b2c32b55b9268e2f7 (diff)
parent6c7e2cc6396289a4f67e6147fea50f0fbe70e9df (diff)
Merge pull request #283 from endlessm/issues/853
[endlessm/eos-shell#853] Set prgname rather than wmclass directly
Diffstat (limited to 'endless/eoswindow.c')
-rw-r--r--endless/eoswindow.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/endless/eoswindow.c b/endless/eoswindow.c
index 37216f3..8735ae2 100644
--- a/endless/eoswindow.c
+++ b/endless/eoswindow.c
@@ -381,11 +381,6 @@ set_application (EosWindow *self,
"for it to connect to.");
return;
}
-
- /* Application's WM_CLASS hint should be the application ID */
- const gchar *id;
- id = g_application_get_application_id (G_APPLICATION (application));
- gtk_window_set_wmclass (GTK_WINDOW (self), id, id);
}
static void