shell: remove debugging output
This commit is contained in:
parent
6c0cbc9d40
commit
fe7b2212cc
1 changed files with 0 additions and 2 deletions
|
@ -154,7 +154,6 @@ activate_panel (GnomeControlCenter *shell,
|
|||
gtk_widget_set_size_request (priv->window, FIXED_WIDTH, -1);
|
||||
gtk_widget_get_preferred_height (GTK_WIDGET (priv->window),
|
||||
NULL, &nat_height);
|
||||
g_debug ("Setting panel height: %d", nat_height);
|
||||
gtk_window_resize (GTK_WINDOW (priv->window),
|
||||
FIXED_WIDTH,
|
||||
nat_height);
|
||||
|
@ -917,7 +916,6 @@ on_window_size_allocate (GtkWidget *widget,
|
|||
|
||||
if (gtk_scrolled_window_get_min_content_height (GTK_SCROLLED_WINDOW (self->priv->scrolled_window)) != height)
|
||||
{
|
||||
g_debug ("Setting min content height: %d", height);
|
||||
gtk_scrolled_window_set_min_content_height (GTK_SCROLLED_WINDOW (self->priv->scrolled_window), height);
|
||||
/*
|
||||
* Queueing a resize out of size-allocate is ignored,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue