Skip to content
Snippets Groups Projects
Commit 1ad83146 authored by fuank's avatar fuank Committed by Alexander Schwinn
Browse files

make filename label selectable in conflict dialog window

parent 9ce199d6
No related branches found
No related tags found
No related merge requests found
......@@ -597,6 +597,7 @@ thunar_dialogs_show_job_ask_replace (GtkWindow *parent,
gtk_label_set_xalign (GTK_LABEL (label), 0.0f);
gtk_label_set_attributes (GTK_LABEL (label), thunar_pango_attr_list_big ());
gtk_widget_set_hexpand (label, TRUE);
gtk_label_set_selectable(GTK_LABEL (label), TRUE);
gtk_grid_attach (GTK_GRID (grid), label, 1, 0, 2, 1);
gtk_widget_show (label);
g_free (text);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment