Skip to content

Commit

Permalink
page-action: Do not show the widget when created
Browse files Browse the repository at this point in the history
Let the caller decide whether to show it or not.
  • Loading branch information
Carlos Garcia Campos committed Jul 26, 2014
1 parent acbbaa6 commit 16ba8b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmisc/ev-page-action-widget.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16ba8b8

Please sign in to comment.