Skip to content

Commit 6f4843f

Browse files
committed
trash applet: avoid deprecated 'gtk_window_set_wmclass'
1 parent 0746a55 commit 6f4843f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎trashapplet/src/trash-empty.c‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ trash_empty_show_confirmation_dialog (GtkWidget *parent)
345345

346346
gtk_window_set_screen (GTK_WINDOW (dialog), screen);
347347
atk_object_set_role (gtk_widget_get_accessible (dialog), ATK_ROLE_ALERT);
348-
gtk_window_set_wmclass (GTK_WINDOW (dialog), "empty_trash", "Caja");
349348

350349
gtk_dialog_add_button (GTK_DIALOG (dialog), "gtk-cancel",
351350
GTK_RESPONSE_CANCEL);

0 commit comments

Comments
 (0)