[gtk+/wip/csoriano/pathbar-prototype: 12/15] remove when implemented ability to hide from the start



commit 7cf2e67e114505f6b209d3917f80dabcfc48aa9f
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Nov 4 16:28:31 2015 +0100

    remove when implemented ability to hide from the start

 gtk/gtkhidingbox.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkhidingbox.c b/gtk/gtkhidingbox.c
index 1a62d17..fe7dc63 100644
--- a/gtk/gtkhidingbox.c
+++ b/gtk/gtkhidingbox.c
@@ -372,6 +372,7 @@ gtk_hiding_box_init (GtkHidingBox *box)
 {
   GtkHidingBoxPrivate *priv = gtk_hiding_box_get_instance_private (box);
 
+  /*FIXME: remove when implemented the ability to hide from the start of the widget*/
   gtk_widget_set_has_window (GTK_WIDGET (box), FALSE);
   gtk_widget_set_redraw_on_allocate (GTK_WIDGET (box), FALSE);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]