[Xfce4-commits] [xfce/exo] 01/01: Revert "Hide search widget when doing a fullscreen resize" (bug #16191)"
noreply at xfce.org
noreply at xfce.org
Wed Nov 20 02:21:37 CET 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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/exo.
commit 4973551076cf6b0481250105d7199a633d6d462b
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Tue Nov 19 20:21:07 2019 -0500
Revert "Hide search widget when doing a fullscreen resize" (bug #16191)"
This reverts commit eb89d98e15cd785f1f6f3dd9c58dec58cde93099.
---
exo/exo-icon-view.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index c5b9daf..667973b 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -1869,10 +1869,6 @@ exo_icon_view_size_allocate (GtkWidget *widget,
GtkAdjustment *vadjustment;
ExoIconView *icon_view = EXO_ICON_VIEW (widget);
- /* hide the interactive search dialog (if any) */
- if (G_LIKELY (icon_view->priv->search_window != NULL))
- exo_icon_view_search_dialog_hide (icon_view->priv->search_window, icon_view);
-
/* apply the new size allocation */
gtk_widget_set_allocation (widget, allocation);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list