[gtksourceview/gnome-3-18] Fix compiler warning



commit 261ddd55847652155394ce8bc79cb2dfd3044785
Author: Philipp <pdll13 gmail com>
Date:   Mon Dec 28 17:16:00 2015 +0000

    Fix compiler warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759930

 gtksourceview/gtksourcegutter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcegutter.c b/gtksourceview/gtksourcegutter.c
index e16272a..65111b8 100644
--- a/gtksourceview/gtksourcegutter.c
+++ b/gtksourceview/gtksourcegutter.c
@@ -1451,9 +1451,9 @@ redraw_for_window (GtkSourceGutter *gutter,
                    gint             y)
 {
        Renderer *at_x = NULL;
+       gint start = 0;
        GList *item;
        gboolean redraw;
-       gint start;
 
        if (event->window != get_window (gutter) && act_on_window)
        {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]