diff options
author | Pablo Barciela <[email protected]> | 2018-02-27 21:35:53 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-02-27 21:38:13 +0100 |
commit | f0ab0d4cb1495b94d8a69ce85ce25c1df280fbb5 (patch) | |
tree | 6be6f197144a36c55a64a596e7296390e9d80438 /libcaja-private | |
parent | 9778a3a06089fa6d0f3db29f51b6ff149c0befa3 (diff) | |
download | caja-f0ab0d4cb1495b94d8a69ce85ce25c1df280fbb5.tar.bz2 caja-f0ab0d4cb1495b94d8a69ce85ce25c1df280fbb5.tar.xz |
avoid eel_run_simple_dialog with stock ids
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/caja-mime-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-mime-actions.c b/libcaja-private/caja-mime-actions.c index bb120a9d..ca320ba0 100644 --- a/libcaja-private/caja-mime-actions.c +++ b/libcaja-private/caja-mime-actions.c @@ -737,7 +737,7 @@ report_broken_symbolic_link (GtkWindow *parent_window, CajaFile *file) if (caja_file_is_in_trash (file)) { eel_run_simple_dialog (GTK_WIDGET (parent_window), FALSE, GTK_MESSAGE_WARNING, - prompt, detail, "gtk-cancel", NULL); + prompt, detail, "process-stop", NULL); goto out; } |