We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8772dc commit 5fbfca9Copy full SHA for 5fbfca9
gsearchtool/src/gsearchtool.c
@@ -3067,7 +3067,6 @@ main (int argc,
3067
window = g_object_new (GSEARCH_TYPE_WINDOW, NULL);
3068
gsearch = GSEARCH_WINDOW (window);
3069
3070
- gtk_window_set_wmclass (GTK_WINDOW (gsearch->window), "mate-search-tool", "mate-search-tool");
3071
gtk_window_set_resizable (GTK_WINDOW (gsearch->window), TRUE);
3072
3073
g_signal_connect (G_OBJECT (gsearch->window), "delete_event",
0 commit comments