diff options
author | Pablo Barciela <[email protected]> | 2018-06-01 15:17:43 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-06-04 00:30:48 -0400 |
commit | 347e1f170005496ce1bf3e672f46419dca6b558e (patch) | |
tree | 5be84bf266d3e8d8b3091daf5e9ab0b2088e9b0e /libcaja-private/caja-file-operations.c | |
parent | cfc9b47cf1bfb49bec5eaae30af4c7726496f81f (diff) | |
download | caja-347e1f170005496ce1bf3e672f46419dca6b558e.tar.bz2 caja-347e1f170005496ce1bf3e672f46419dca6b558e.tar.xz |
avoid deprecated 'gtk_window_set_wmclass'
Diffstat (limited to 'libcaja-private/caja-file-operations.c')
-rw-r--r-- | libcaja-private/caja-file-operations.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcaja-private/caja-file-operations.c b/libcaja-private/caja-file-operations.c index fd9fe9cb..41e4f129 100644 --- a/libcaja-private/caja-file-operations.c +++ b/libcaja-private/caja-file-operations.c @@ -2339,8 +2339,6 @@ prompt_empty_trash (GtkWindow *parent_window) gtk_window_set_screen (GTK_WINDOW (dialog), screen); } atk_object_set_role (gtk_widget_get_accessible (dialog), ATK_ROLE_ALERT); - gtk_window_set_wmclass (GTK_WINDOW (dialog), "empty_trash", - "Caja"); /* Make transient for the window group */ gtk_widget_realize (dialog); |