[gnome-builder] GbEditorFrame: fix array overflow



commit 3e35af2e869c17279a64bbe5b63e8a4c3978c5fb
Author: Christian Hergert <christian hergert me>
Date:   Fri Dec 26 15:16:07 2014 -0800

    GbEditorFrame: fix array overflow

 src/editor/gb-editor-frame.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/editor/gb-editor-frame.c b/src/editor/gb-editor-frame.c
index 2b0d1b1..7c1d0bc 100644
--- a/src/editor/gb-editor-frame.c
+++ b/src/editor/gb-editor-frame.c
@@ -45,7 +45,7 @@ enum {
 };
 
 static GParamSpec *gParamSpecs [LAST_PROP];
-static guint       gSignals [FOCUSED];
+static guint       gSignals [LAST_SIGNAL];
 
 GtkWidget *
 gb_editor_frame_new (void)


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