[evince] page-action: Do not show the widget when created



commit 16ba8b8407b237c6a49aac0cb11e1c79b2071f76
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sat Jul 26 16:10:15 2014 +0200

    page-action: Do not show the widget when created
    
    Let the caller decide whether to show it or not.

 libmisc/ev-page-action-widget.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c
index c8e8cc6..31950aa 100644
--- a/libmisc/ev-page-action-widget.c
+++ b/libmisc/ev-page-action-widget.c
@@ -250,7 +250,6 @@ ev_page_action_widget_init (EvPageActionWidget *action_widget)
        gtk_widget_show (hbox);
 
         gtk_widget_set_sensitive (GTK_WIDGET (action_widget), FALSE);
-       gtk_widget_show (GTK_WIDGET (action_widget));
 }
 
 static void


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