[nautilus] batch-rename-dialog.ui: make rows unselectable
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] batch-rename-dialog.ui: make rows unselectable
- Date: Tue, 30 Aug 2016 08:37:00 +0000 (UTC)
commit 122668b3b6013620f0caa8643986f20b2650cb71
Author: Carlos Soriano <csoriano gnome org>
Date: Tue Aug 30 10:14:12 2016 +0200
batch-rename-dialog.ui: make rows unselectable
There is no point on select them, and it overrides background color
when selecting conflicts.
https://bugzilla.gnome.org/show_bug.cgi?id=770586
src/resources/ui/nautilus-batch-rename-dialog.ui | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/ui/nautilus-batch-rename-dialog.ui
b/src/resources/ui/nautilus-batch-rename-dialog.ui
index 2e28220..ab9cb41 100644
--- a/src/resources/ui/nautilus-batch-rename-dialog.ui
+++ b/src/resources/ui/nautilus-batch-rename-dialog.ui
@@ -307,18 +307,21 @@
<object class="GtkListBox" id="original_name_listbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="selection_mode">GTK_SELECTION_NONE</property>
</object>
</child>
<child>
<object class="GtkListBox" id="arrow_listbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="selection_mode">GTK_SELECTION_NONE</property>
</object>
</child>
<child>
<object class="GtkListBox" id="result_listbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="selection_mode">GTK_SELECTION_NONE</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]