diff options
Diffstat (limited to 'widgets/text/e-completion-view.c')
-rw-r--r-- | widgets/text/e-completion-view.c | 5 |
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); } + |