changeset 569:fd51eac09ead

Use GQ_EDITOR_GENERIC_SLOTS instead of hardcoded value.
author zas_
date Sun, 04 May 2008 00:16:37 +0000
parents 04d4bdf5a2d8
children 0da87187d5fb
files src/layout_util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/layout_util.c	Sat May 03 20:55:16 2008 +0000
+++ b/src/layout_util.c	Sun May 04 00:16:37 2008 +0000
@@ -859,7 +859,7 @@
 
 	if (!lw->action_group) return;
 
-	for (i = 0; i < 10; i++)
+	for (i = 0; i < GQ_EDITOR_GENERIC_SLOTS; i++)
 		{
 		gchar *key;
 		GtkAction *action;