[gnumeric] Disambiguate.



commit b83d9839f56fa8bc4281a4a9844b3ce21aeaaaee
Author: Morten Welinder <terra gnome org>
Date:   Mon Apr 9 14:49:39 2018 -0400

    Disambiguate.

 src/dialogs/dialog-function-select.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/dialog-function-select.c b/src/dialogs/dialog-function-select.c
index 27359cf..1499901 100644
--- a/src/dialogs/dialog-function-select.c
+++ b/src/dialogs/dialog-function-select.c
@@ -96,7 +96,7 @@ enum {
        CAT_NAME,
        CATEGORY,
        CAT_SEPARATOR,
-       NUM_COLUMNS
+       NUM_CAT_COLUMNS
 };
 enum {
        FUN_NAME,
@@ -1200,7 +1200,7 @@ dialog_function_select_init (FunctionSelectState *state)
        state->cb = GTK_COMBO_BOX
                (go_gtk_builder_get_widget (state->gui, "category-box"));
        state->model = gtk_list_store_new
-               (NUM_COLUMNS, G_TYPE_STRING, G_TYPE_POINTER, G_TYPE_BOOLEAN);
+               (NUM_CAT_COLUMNS, G_TYPE_STRING, G_TYPE_POINTER, G_TYPE_BOOLEAN);
 
        gtk_combo_box_set_model (state->cb, GTK_TREE_MODEL (state->model));
        g_object_unref (state->model);


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