[Xfce4-commits] [xfce/thunar] 02/02: make filename label selectable in conflict dialog window
noreply at xfce.org
noreply at xfce.org
Sat Sep 21 00:16:28 CEST 2019
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 4fa2da132855f62ef271e6243e5bcbd6a6efa6cd
Author: fuank <greob at yahoo.com.sg>
Date: Sat Sep 21 00:11:50 2019 +0200
make filename label selectable in conflict dialog window
---
thunar/thunar-dialogs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index a2477c7..dc61ce8 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list