summaryrefslogtreecommitdiff
path: root/eel/eel-editable-label.c
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-editable-label.c')
-rw-r--r--eel/eel-editable-label.c4
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);