[Xfce4-commits] [xfce/xfdesktop] 01/01: Unselect all items after single click activation
noreply at xfce.org
noreply at xfce.org
Sat Apr 11 18:35:18 CEST 2020
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfdesktop.
commit f2332a1f834dad94049e30ce25f92425a7df78c9
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Mon Mar 30 12:06:00 2020 +0200
Unselect all items after single click activation
---
src/xfdesktop-icon-view.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index 774b3e0..a21a7ad 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -959,7 +959,6 @@ xfdesktop_icon_view_button_press(GtkWidget *widget,
g_signal_emit(G_OBJECT(icon_view), __signals[SIG_ICON_ACTIVATED],
0, NULL);
xfdesktop_icon_activated(icon);
-
xfdesktop_icon_view_unselect_all(icon_view);
}
}
@@ -1019,7 +1018,7 @@ xfdesktop_icon_view_button_release(GtkWidget *widget,
g_signal_emit(G_OBJECT(icon_view), __signals[SIG_ICON_ACTIVATED],
0, NULL);
xfdesktop_icon_activated(icon);
- xfdesktop_icon_view_unselect_item(icon_view, icon);
+ xfdesktop_icon_view_unselect_all(icon_view);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list