From bf3da8eea7dad06618c84375adbb4952c74f6987 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 27 Jan 2018 22:04:52 +0100 Subject: avoid deprecated GtkStock --- src/caja-location-bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caja-location-bar.c') diff --git a/src/caja-location-bar.c b/src/caja-location-bar.c index ad9c423e..601cf33c 100644 --- a/src/caja-location-bar.c +++ b/src/caja-location-bar.c @@ -203,7 +203,7 @@ drag_data_received_callback (GtkWidget *widget, GTK_MESSAGE_QUESTION, prompt, detail, - GTK_STOCK_CANCEL, GTK_STOCK_OK, + "gtk-cancel", "gtk-ok", NULL) != 0 /* MATE_OK */; g_free (prompt); -- cgit v1.2.1