X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.c;h=3b3011f0a10a4837c70daa0a408196957b4c4c0f;hb=fe3a0a8896cc9f099196f0d0228bb0cfa688c34a;hp=9ce4f38f63245e5ae8a98de5e2614b3140e5798a;hpb=7579fa32442ac9b623043f8cd995d9b6aa550e51;p=pspp diff --git a/src/ui/gui/psppire-var-store.c b/src/ui/gui/psppire-var-store.c index 9ce4f38f63..3b3011f0a1 100644 --- a/src/ui/gui/psppire-var-store.c +++ b/src/ui/gui/psppire-var-store.c @@ -394,8 +394,7 @@ psppire_var_store_set_string (GSheetModel *model, switch (col) { case COL_NAME: - psppire_dict_rename_var (var_store->dict, pv, text); - return TRUE; + return psppire_dict_rename_var (var_store->dict, pv, text); break; case COL_COLUMNS: if ( ! text) return FALSE;