aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-07-21 12:53:30 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-07-21 12:53:30 +0800
commitadbaa361edc338560102a8d85fb18bde9329704c (patch)
treec65b8b684819ea90a91b0e6f9da3f6e090484772
parentefb34b1073ffa79827e9a2b2f3d1f04f8ef0a9f3 (diff)
downloadgsoc2013-evolution-adbaa361edc338560102a8d85fb18bde9329704c.tar
gsoc2013-evolution-adbaa361edc338560102a8d85fb18bde9329704c.tar.gz
gsoc2013-evolution-adbaa361edc338560102a8d85fb18bde9329704c.tar.bz2
gsoc2013-evolution-adbaa361edc338560102a8d85fb18bde9329704c.tar.lz
gsoc2013-evolution-adbaa361edc338560102a8d85fb18bde9329704c.tar.xz
gsoc2013-evolution-adbaa361edc338560102a8d85fb18bde9329704c.tar.zst
gsoc2013-evolution-adbaa361edc338560102a8d85fb18bde9329704c.zip
Removed some debugging spew I committed by mistake.
2001-07-20 Jon Trowbridge <trow@ximian.com> * gal/e-text/e-completion-view.c (e_completion_view_set_width): Removed some debugging spew I committed by mistake. svn path=/trunk/; revision=11293
-rw-r--r--widgets/text/e-completion-view.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/widgets/text/e-completion-view.c b/widgets/text/e-completion-view.c
index fe38e1fe0f..464b52c8a0 100644
--- a/widgets/text/e-completion-view.c
+++ b/widgets/text/e-completion-view.c
@@ -805,11 +805,7 @@ e_completion_view_set_width (ECompletionView *cv, gint width)
/* We reduce the total height by a bit; in practice, this seems to work out well. */
final_height = (gint) floor (line_height * (0.5 + (float)lines) * 0.97);
- //while (w->parent)
- //w = w->parent;
gtk_widget_set_usize (w, width, final_height);
-
- g_message ("usize: %d %d", width, final_height);
}
void
@@ -826,3 +822,4 @@ e_completion_view_set_editable (ECompletionView *cv, gboolean x)
e_completion_view_set_cursor_row (cv, -1);
}
+