diff options
Diffstat (limited to 'eel')
-rw-r--r-- | eel/eel-editable-label.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eel/eel-editable-label.c b/eel/eel-editable-label.c index 787c71ff..7dce4802 100644 --- a/eel/eel-editable-label.c +++ b/eel/eel-editable-label.c @@ -2595,10 +2595,10 @@ eel_editable_label_move_line (EelEditableLabel *label, gint start, gint count) { - int n_lines, i; - int x; PangoLayoutLine *line; int index; + int n_lines, i; + int x = 0; eel_editable_label_ensure_layout (label, FALSE); |