[gdl] Don't hide the preview window if there is none
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdl] Don't hide the preview window if there is none
- Date: Wed, 27 Oct 2010 13:13:38 +0000 (UTC)
commit df380bd7fb1012e0fd2bb639d3cf818c60d2a018
Author: Johannes Schmid <jhs gnome org>
Date: Wed Oct 27 11:25:49 2010 +0200
Don't hide the preview window if there is none
gdl/gdl-dock-master.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gdl/gdl-dock-master.c b/gdl/gdl-dock-master.c
index 7386457..3335a11 100644
--- a/gdl/gdl-dock-master.c
+++ b/gdl/gdl-dock-master.c
@@ -439,10 +439,6 @@ gdl_dock_master_drag_end (GdlDockItem *item,
g_return_if_fail (GDL_DOCK_OBJECT (item) == request->applicant);
/* Erase previously drawn rectangle */
- if (master->_priv->rect_drawn)
- {
- gtk_widget_hide (master->_priv->area_window);
- }
if (master->_priv->rect_owner)
{
gdl_dock_xor_rect_hide (master->_priv->rect_owner);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]