[gnome-control-center] shell: remove debugging output
- From: Thomas Wood <thos src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: remove debugging output
- Date: Sat, 12 Feb 2011 20:39:55 +0000 (UTC)
commit fe7b2212cc52b74e4bf60d00ecd681d8df2022ff
Author: Thomas Wood <thos gnome org>
Date: Sat Feb 12 19:23:57 2011 +0000
shell: remove debugging output
shell/gnome-control-center.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c
index 03903d9..4da5b7c 100644
--- a/shell/gnome-control-center.c
+++ b/shell/gnome-control-center.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]