[Xfce4-commits] [xfce/xfdesktop] 01/01: Don't redraw the icons on focus change events (Bug #12071)
noreply at xfce.org
noreply at xfce.org
Mon Aug 10 19:05:27 CEST 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit a084f2f782ad12ca6923a84b702ef1aeac28a5a7
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Aug 10 17:52:55 2015 +0300
Don't redraw the icons on focus change events (Bug #12071)
---
src/xfdesktop-icon-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index c598171..46de229 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -739,7 +739,7 @@ xfdesktop_icon_view_init(XfdesktopIconView *icon_view)
G_CALLBACK(xfdesktop_icon_view_show_tooltip), NULL);
gtk_widget_set_has_window(GTK_WIDGET(icon_view), FALSE);
- gtk_widget_set_can_focus(GTK_WIDGET(icon_view), TRUE);
+ gtk_widget_set_can_focus(GTK_WIDGET(icon_view), FALSE);
}
static void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list