Skip to content

Commit

Permalink
gsearchtool: avoid deprecated 'gtk_window_set_wmclass'
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jul 12, 2018
1 parent e8772dc commit 5fbfca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gsearchtool/src/gsearchtool.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3067,7 +3067,6 @@ main (int argc,
window = g_object_new (GSEARCH_TYPE_WINDOW, NULL); window = g_object_new (GSEARCH_TYPE_WINDOW, NULL);
gsearch = GSEARCH_WINDOW (window); gsearch = GSEARCH_WINDOW (window);


gtk_window_set_wmclass (GTK_WINDOW (gsearch->window), "mate-search-tool", "mate-search-tool");
gtk_window_set_resizable (GTK_WINDOW (gsearch->window), TRUE); gtk_window_set_resizable (GTK_WINDOW (gsearch->window), TRUE);


g_signal_connect (G_OBJECT (gsearch->window), "delete_event", g_signal_connect (G_OBJECT (gsearch->window), "delete_event",
Expand Down

0 comments on commit 5fbfca9

Please sign in to comment.